ipfs / infra

Tools and systems for the IPFS community
MIT License
133 stars 41 forks source link

Are the preload nodes connected to the gateway nodes? #448

Closed alanshaw closed 5 years ago

alanshaw commented 6 years ago

I added a file to js-ipfs and it was preloaded at: https://node0.preload.ipfs.io/ipfs/QmQeEyDPA47GqnduyVVWNdnj6UBPXYPVWogAQoqmAcLx6y

However, the same hash does not seem to be available on the gateway: https://ipfs.io/ipfs/QmQeEyDPA47GqnduyVVWNdnj6UBPXYPVWogAQoqmAcLx6y

alanshaw commented 6 years ago

Interesting, it is resolving now after I pinned it with pinbot...something fishy is going on...

klueq commented 6 years ago

node0 gives me a 400, but ipfs.io works.

lidel commented 6 years ago

@klueq Requests sent to /ip[f|n]s/ at preload nodes produce HTTP 400 errors because we no longer expose HTTP gateway on them: only the minimal /api/v0/ used for preload is left operational.

@kyledrake We probably should add HTTP 301 redirect for /ipfs/ and /ipns/ and point those requests at our public gateway.

eefahy commented 5 years ago

Closing in favor of https://github.com/ipfs/infra/issues/463 - if that isn't sufficient to satisfy this request, please reopen this issue.