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
When I first ran docker-compose up the install page would load up fine. It worked at first today also, but now it fails with a javascript error:
"Unexpected end of JSON input"
Full output:
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse ()
at e.value (bundle.js:16:4483)
at e.value (bundle.js:16:5836)
at Object. (bundle.js:16:51110)
at C (bundle.js:1:7843)
at r (bundle.js:1:559)
at Object. (bundle.js:21:4116)
at C (bundle.js:1:7843)
at r (bundle.js:1:559)
at Object. (bundle.js:16:27479)
Same problem here, except that it is systematic. However, switching to private mode browsing, as suggested (thanks btw, saved my day ...) solves the issue.
When I first ran
docker-compose up
the install page would load up fine. It worked at first today also, but now it fails with a javascript error:"Unexpected end of JSON input"
Full output:
And the line in question on bundle.js is:
I'm currently trying this on Vivaldi browser.
Restarting with docker-compose up yields the same result.
The text was updated successfully, but these errors were encountered: