This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Getting content from browser node to gateway using 0.35 RC #1923
Labels
exp/wizard
Extensive knowledge (implications, ramifications) required
kind/bug
A bug in existing code (including security flaws)
kind/wontfix-migration-available
P1
High: Likely tackled by core team if no one steps up
status/ready
Ready to be worked
topic/libp2p
Topic libp2p
Type: Question
Severity: High
Description:
I'm running a browser node with js-ipfs 0.35 with DHT enabled. I'm adding content via a simple
ipfs.add
call. I can retrieve the content locally, and via a directly-connected peer viaipfs.get
but I can't seem to get a public gateway.What's odd is that I'm fairly certain I used to be able to do this with previous versions of
js-ipfs
, but maybe I'm crazy and I'm not remembering correctly.Steps to reproduce the error:
Here's my IPFS confug on the browser node, let me know if you need any other information.
Adding content to a browser node using this configuration and then trying to load it via a public gateway like https://ipfs.io causes a content timeout.
The text was updated successfully, but these errors were encountered: