-
Notifications
You must be signed in to change notification settings - Fork 67
Bug: IPLD Explorer not loading #164
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
Comments
From waht I can see, IPLD explor is loading, but cannot discover the content on the network. My guess is that we need to update the version of js-ipfs that is bundled with proto.school. will test it out and PR. |
When his originally was reported we were having issues with the seed nodes, have those issues been resolved? |
From what I can see right now, IPLD explorer is loading, but cannot discover the content on the network. My guess is that we need to update the version of js-ipfs that is bundled with proto.school. will test it out and PR. Also we're linking to an old snapshot of ipld explorer, which should still work fine, but may as well be updated to point to https://explore.ipld.io |
Thanks for looking into this @olizilla. Happy to accept a PR, but if you need my help or want to look at anything together, just let me know. |
- alias the ipfs dependency to the pre-built bundle. - update link to explore.ipld.io - update ipfs to latest release This ensures the browser friendly ipfs bundle is used. Before this PR we were seeing a bunch of errors when IPFS tried to init, which are caused by trying to get webpack to bundle the node build and not substituting all the browser friendly deps correctly. Luckily, this work is done for us in the ipfs dist build, so just use that. fixes #164 fixes #125 License: MIT Signed-off-by: Oli Evans <[email protected]>
Describe the bug
Endless load screen including in Incognito
Does this bug apply to a specific lesson or tutorial, or does it appear to be sitewide?
Linked from successful completion of Basics 1: https://ipfs.io/ipfs/QmYJETQ15RAnKXoJxqpXzcvQ2DuQA35UHwJBTjTPCSs9Ky/#/explore/zdpuApm55Qv2zRxb3KKjVUxhQSw2r4a7jeiDV7163yCQnfivy
Expected behavior
Not sure yet what IPLD Explorer is supposed to look like but probably something should load!
Screenshots

To reproduce
Complete https://proto.school/#/basics/01 exercise & click on the View in IPLD.. link
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: