Skip to content
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

Latest randomness no longer displays on the homepage #201

Open
CluEleSsUK opened this issue Jun 19, 2024 · 0 comments
Open

Latest randomness no longer displays on the homepage #201

CluEleSsUK opened this issue Jun 19, 2024 · 0 comments

Comments

@CluEleSsUK
Copy link
Contributor

See:
image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant