hidglobal / ts-jamaltool

https://mrdoc.hiddemo.com/
Other
1 stars 0 forks source link

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

Open diothar25 opened 8 months ago

diothar25 commented 8 months ago

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 commented 7 months ago

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.