This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
HTTP Gateway fails to load sharded website #1963
Description
Part of an effort to run embedded js-ipfs in Brave 🦁 ipfs/ipfs-companion#716
- Version: js-ipfs version: 0.35.0-rc.3
- Platform: Linux, Node.js v10.15.0
- Subsystem: HTTP Gateway
Type: Feature/Bug?
Severity: High?
Description:
Tried to open wikipedia mirror from js-ipfs's Gateway and got sad. Not sure if a bug or just not implemented?
Steps to reproduce the error:
- Open http://127.0.0.1:9090/ipfs/bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq/
- Get sad
$ curl http://127.0.0.1:9090/ipfs/bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq/wiki/
{"statusCode":404,"error":"Not Found","message":"no link named \"wiki\" under bafybeiemxf5abjwjbikoz4mc3a3dla6ual3jsgpdr4cjr3oz3evfyavhwq"}