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
This happens as cloudflare no longer supports hosting node_modules and our drand.wasm blob gets deployed from ./docs/.vuepress/dist/node_modules.
It gets referenced in one of the .js bundles, and I don't know how simple it will be to extract that to use a fully qualified URL (cloudflare in fact returns the index.html for e.g. https://drand.love/node_modules/drand.wasm).
The sensible option would be to update to the latest drand-client... but given the website runs on node 16 and can't run on newer versions, this might pose some challenges. At the very least, the client will need some polyfills for fetch
The text was updated successfully, but these errors were encountered:
See:
This happens as cloudflare no longer supports hosting node_modules and our
drand.wasm
blob gets deployed from./docs/.vuepress/dist/node_modules
.It gets referenced in one of the .js bundles, and I don't know how simple it will be to extract that to use a fully qualified URL (cloudflare in fact returns the index.html for e.g.
https://drand.love/node_modules/drand.wasm
).The sensible option would be to update to the latest
drand-client
... but given the website runs on node 16 and can't run on newer versions, this might pose some challenges. At the very least, the client will need some polyfills forfetch
The text was updated successfully, but these errors were encountered: