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

fix(sync): handle 502 (Bad Gateway) gracefully #6490

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

max-nextcloud
Copy link
Collaborator

This is the proxies response when the request to the server fails.
It is often temporary - so it makes sense to keep trying.

Without this text will stop fetching changes from the server
on the first 502 it encounters.

This is the proxies response when the request to the server fails.
It is often temporary - so it makes sense to keep trying.

Signed-off-by: Max <[email protected]>
@max-nextcloud
Copy link
Collaborator Author

/backport to stable30

@max-nextcloud
Copy link
Collaborator Author

/backport to stable29

@max-nextcloud
Copy link
Collaborator Author

/backport to stable28

@max-nextcloud
Copy link
Collaborator Author

cypress failures are unrelated.

@juliushaertl
Copy link
Member

Nice one :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants