Skip to content
New issue

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

Investigate precondition failed errors #57

Open
halkyon opened this issue Feb 14, 2022 · 1 comment
Open

Investigate precondition failed errors #57

halkyon opened this issue Feb 14, 2022 · 1 comment

Comments

@halkyon
Copy link
Contributor

halkyon commented Feb 14, 2022

Sometimes we're seeing errors "At least one of the pre-conditions you specified did not hold" errors, which appear to come from minio around If-Modified headers, seemingly occuring when running a proxy in front of Gateway-ST and using the --website flag.

From a report elsewhere:

This ended up being caused by an nginx config change on our side, proxy_cache_revalidate. When set to on, nginx will send both If-Modified-Since and If-None-Match headers along with the validation request. For whatever reason, Gateway ST throws the previously shared error when it receives If-Modified-Since header.

@halkyon halkyon changed the title Precondition failed errors Investigate precondition failed errors Feb 14, 2022
@mitexleo
Copy link

What's causing this problem? I'm seeing the error msg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

3 participants