You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings page fails to load on Chrome, displaying a white screen. Initially, it worked on Microsoft Edge, but after some time, the page also displayed a blank screen with JavaScript errors.
JavaScript console logs show SystemError: 'undefined' is not valid 250M error, which could indicate an issue with improper value handling.
react-dom.production.min.js:127 Uncaught SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at zQ (index.jsx:40:33)
at fs (react-dom.production.min.js:160:137)
at jl (react-dom.production.min.js:289:337)
at yc (react-dom.production.min.js:279:389)
at gc (react-dom.production.min.js:279:320)
at mc (react-dom.production.min.js:279:180)
at lc (react-dom.production.min.js:272:245)
The text was updated successfully, but these errors were encountered:
The settings page fails to load on Chrome, displaying a white screen. Initially, it worked on Microsoft Edge, but after some time, the page also displayed a blank screen with JavaScript errors.
JavaScript console logs show SystemError: 'undefined' is not valid 250M error, which could indicate an issue with improper value handling.
react-dom.production.min.js:127 Uncaught SyntaxError: "undefined" is not valid JSON
at JSON.parse ()
at zQ (index.jsx:40:33)
at fs (react-dom.production.min.js:160:137)
at jl (react-dom.production.min.js:289:337)
at yc (react-dom.production.min.js:279:389)
at gc (react-dom.production.min.js:279:320)
at mc (react-dom.production.min.js:279:180)
at lc (react-dom.production.min.js:272:245)
The text was updated successfully, but these errors were encountered: