Getting Uncaught SyntaxError: Unexpected token '<' for chunk.js file
Closed this issue · 10 comments
Thanks for reporting this issue!
Could you post chunk.5
content (maybe simplified)?
I've seen the error before when the script was not actually loaded (a 404 html page would be rendered instead).
Also, 404 html page was not rendered
Unable to paste the complete code. It exceeds the limit provided by github
Unable to paste the complete code. It exceeds the limit provided by github
No worries, I think I got it. Instead of the javascript bundle, chunk.5
has an html content. The question is: why is the javascript bundle not loaded and why is the html served instead? It could be related to the deploy pipeline. You can also try to toggle the lazyLoad
option.
Unable to paste the complete code. It exceeds the limit provided by github
No worries, I think I got it. Instead of the javascript bundle,
chunk.5
has an html content. The question is: why is the javascript bundle not loaded and why is the html served instead? It could be related to the deploy pipeline. You can also try to toggle thelazyLoad
option.
I did try to toggle to lazyload option
, the issue is still the same. Some times it renders and sometimes it doesn't
hm it's hard to tell precisely. Do you think you could reproduce the issue in a project you can share?
Yes sure. You could signup here https://account.mayadata.io
and then visit https://portal.mayadata.io
. Then go to Profile
--> edit-profile
. You should be able to get the error.
P.S. few times it loads the input field correctly. Just try to login again or refresh the page in such case
Sorry I was not clear - I would need actual code to be able to debug
Sorry, It would not be possible to share the code. Can you check through source files in the debugger?