question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

missing name after . operator

See original GitHub issue

Describe the bug

Since the last upgrade to 19.0.2 we can’t access any clients configured in the realm. Page displays the error: missing name after . operator Unfortunately there are no logs from the keycloak pod to narrow down the problem

Version

19.0.2

Expected behavior

To be able to edit/update configured clients

Actual behavior

grafik

How to Reproduce?

not sure how to reproduce this behavior

Anything else?

Another instance of KC 19.0.2 has a similar error:

missing ) after argument list Screenshot 2022-09-26 at 16 28 48

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
jonkoopscommented, Oct 27, 2022

Perhaps we have already fixed this issue. @chuegel could you try testing this in a nightly version?

0reactions
jonkoopscommented, Oct 28, 2022

Thanks for verifying @chuegel!

Read more comments on GitHub >

github_iconTop Results From Across the Web

SyntaxError: missing name after . operator - JavaScript | MDN
The JavaScript exception "missing name after . operator" occurs when there is a problem with how the dot operator ( . ) is...
Read more >
JavaScript SyntaxError - Missing name after . operator
This JavaScript exception missing name after . operator occurs if the dot operator (.) is used in the wrong manner for property access....
Read more >
JavaScript Error, Missing Name After . Operator
Try changing it to an indexer. document.getElementById(parent["span"+i]);.
Read more >
How to Fix a 'Missing Name After . Operator' Error in a Script
The error occurs when you use dot walking to access a table field whose name is a reserved word in JavaScript. For example,...
Read more >
SyntaxError: missing name after . operator
The dot operator ( . ) is used for property access. You will have to specify the name of the property that you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found