You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Applies to endpoints /api/v0/cat, /api/v0/resolve, /ipfs
Endpoints which are modeled after the IPFS gateway (/api/v0/...) should implement the IPFS HTTP API specs
The text was updated successfully, but these errors were encountered:
nerfZael
changed the title
Persistence Node: Return 404 instead of 500 when a file is not found
Return 404 instead of 500 when a file is not found
Mar 30, 2022
This was mostly related to errors that happen on the gatway. It is already implemented for error 500, every error thrown gets wrapped into a JSON object: { Type: "error", Message: string }
Applies to endpoints /api/v0/cat, /api/v0/resolve, /ipfs
Endpoints which are modeled after the IPFS gateway (/api/v0/...) should implement the IPFS HTTP API specs
The text was updated successfully, but these errors were encountered: