-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev II wasm broken in release-2024-01-05
#2237
Comments
Hi @Gekctek Are you using the query parameter based URL to access the II (i.e. If you are using Chrome or Firefox, you need to use subdomain based routing approach ( See also this section in the readme. Please let me know if this does not resolve the issue. |
It seemed like it was loading the canister, because if I removed the query parameter it would fail routing. And i would get the proper index html for the II page, but i would just fail to load any of the JS because of rejected (400) http request to get it I was just using the JS agent's 'login' that opens a new page and that has been working fine in every browser for a while, until i updated the II canister for local development. Was there a breaking change that requires an updated version of the js agent? |
The breaking change was splitting II into multiple JS bundles. |
Thank you, that seemed to have worked |
I have been using version release-2023-11-17 with the wasm hash
17620cf418fae5bf743db00256451c164794c4bd0ddd23668571c21bdc525884
usingdfx deps
with no issueToday i did a dfx deps pull and it updated to the latest version release-2024-01-05: Various Maintenance Changes with wasm hash
d18a583e10574a1a06040d95322c160696701e1d8b32cc5738add752aaad0157
and i just get a blank screenLooking at the console/network, it seems the
spa.js
file request is rejected with a400 bad request
, so nothing on the page is loadedI successfully reverted back to the previous version and it is working fine again.
I did the normal clearing cache and whatnot with the new version, but there was no change. Not sure whats going on
The text was updated successfully, but these errors were encountered: