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
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.
The text was updated successfully, but these errors were encountered:
halkyon
changed the title
Precondition failed errors
Investigate precondition failed errors
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:
The text was updated successfully, but these errors were encountered: