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
After deploying a new version of the wwWallet, some users experience a white screen with the following errors in the browser console:
Uncaught SyntaxError: Unexpected token '<'
This occurs when the app attempts to load a JavaScript chunk file but receives an HTML document (e.g., a 404 page) instead.
ChunkLoadError: Loading chunk [id] failed.
This happens when a requested chunk file is no longer available on the server after deployment.
These errors prevent the app from loading properly, leading to a broken user experience.
The text was updated successfully, but these errors were encountered:
After deploying a new version of the wwWallet, some users experience a white screen with the following errors in the browser console:
Uncaught SyntaxError: Unexpected token '<'
This occurs when the app attempts to load a JavaScript chunk file but receives an HTML document (e.g., a 404 page) instead.
ChunkLoadError: Loading chunk [id] failed.
This happens when a requested chunk file is no longer available on the server after deployment.
These errors prevent the app from loading properly, leading to a broken user experience.
The text was updated successfully, but these errors were encountered: