Revert "fix(sandbox): a dev server answering 5xx on every route is not "serving"" - #7025
Merged
Merged
Conversation
…t "servi…" This reverts commit c2cbdae.
pedrofrxncx
enabled auto-merge (squash)
September 4, 2026 20:28
decocms Bot
pushed a commit
that referenced
this pull request
Sep 4, 2026
PR: #7025 Revert "fix(sandbox): a dev server answering 5xx on every route is not "serving"" Bump type: patch - @decocms/sandbox (packages/sandbox/package.json): 1.61.3 -> 1.61.4 - deploy/helm/sandbox-env (chart 0.16.45) (deploy/helm/sandbox-env/values.yaml deploy/helm/sandbox-env/Chart.yaml): image.tag/appVersion -> 1.61.4 Deploy-Scope: both
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #7023
Summary by cubic
Reverts the sandbox probe change so a dev server answering 5xx on every route is considered online again.
HTTPStatustracking from the probe state and the associated test.DEV_RESTART_ON_5XXgating, so all-5xx servers no longer trigger a restart.Written for commit b97ff60. Summary will update on new commits.