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 = in const declaration in Events (Firefox)

See original GitHub issue

Describe the bug

On a brand new fresh install, opening the events tab on Firefox generates an error missing = in const declaration. Issue does not appear on Chrome.

image

Version

quay.io/keycloak/keycloak:19.0.3

Expected behavior

No error shown when opening the Events tab.

Actual behavior

Error appears on the main section missing = in const declaration. The ui is frozen and the tab has to be refreshed.

How to Reproduce?

  1. Fresh install of quay.io/keycloak/keycloak:19.0.3
  2. Open the admin console in Firefox (105.0.2)
  3. Open the Events tab

Anything else?

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
ludydoocommented, Oct 26, 2022

Sorry I haven’t had the time to check this up. I can confirm that somehow the problem is gone when running with

docker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:19.0.3 start-dev
0reactions
jonkoopscommented, Oct 27, 2022

Thanks for verifying this @ludydoo!

Read more comments on GitHub >

github_iconTop Results From Across the Web

SyntaxError: missing = in const declaration - JavaScript | MDN
The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like ......
Read more >
SyntaxError: missing = in const declaration Firefox 50
Yes, this appears to be a bug in Firefox. The spec allows the use of const : IterationStatement: for(ForDeclaration in Expression) Statement ForDeclaration: ......
Read more >
SyntaxError: missing = in const declaration - JavaScript
The JavaScript exception "missing = in const declaration" occurs when a const declaration was not given a value in the same statement (like...
Read more >
JavaScript SyntaxError - Missing = in const declaration
This JavaScript exception missing = in const declaration occurs if a const is declared and value is not provided(like const ABC_DEF;).
Read more >
SyntaxError: missing = in const declaration (Firefox) · Issue #11
This module mainly targets Node.js, not the browser. It's up to you to transpile it with Babel if you want to use it...
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