We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl "https://cid.contact/cid/bafybeidbjeqjovk2zdwh2dngy7tckid7l7qab5wivw2v5es4gphqxvsqqu"
fails with a 404
note that the x-ndjson variant succeeds
curl -H "Accept: application/x-ndjson" "https://cid.contact/cid/bafybeidbjeqjovk2zdwh2dngy7tckid7l7qab5wivw2v5es4gphqxvsqqu"
is okay
The text was updated successfully, but these errors were encountered:
Confirmed that this is an issue with the canary setup, where a percentage of queries are forwarded to the indexstar canary setup on cache misses.
indexstar
The canary returns 404 every time when queried internally. The Accept header is a non issue here. What observed above is most likely caused by:
Accept
Does that make sense?
@ischasny we need to find out:
Sorry, something went wrong.
ischasny
No branches or pull requests
fails with a 404
note that the x-ndjson variant succeeds
is okay
The text was updated successfully, but these errors were encountered: