Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught runtime error (windows branch) on Authentication tab #2

Open
diothar25 opened this issue Mar 4, 2024 · 1 comment
Open

Comments

@diothar25
Copy link

On the current Windows Branch, when I click on the Authentication tab to enter my user information and generate my Bearer Token, the page shows an Uncaught Runtime Error.

If I click on the X in the upper right-hand corner, it just loads the error again.

However, if I reload the page, it works as long as that session stays valid. Happens in both Edge and Vivaldi browsers. Happens in Private Browsing/Incognito mode. If I close the tab and come back, it happens again. But the resolution is to reload.

I did modify the start attribute under scripts in package.json to
"start": "react-scripts start",

Attaching screenshot with Dev Tools open as well as a .har file

giterror
localhost.zip

@maxzz
Copy link
Member

maxzz commented Mar 13, 2024

I see there are two separate problems. The first is the CORS problem. The second react code does not check for the existence of a DOM element.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants