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: Respond to /health with a proper HTML #925

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Conversation

mykola-mokhnach
Copy link

Currently this endpoint just returns a raw text. And since we use it as the default URL while starting Safari the remote debugger gets confused and is unable detect when the actual page load happens thus creating an extra wait of 6 seconds. Returning a valid HTML page instead resolves that issue

@mykola-mokhnach mykola-mokhnach merged commit 42c519f into master Jul 29, 2024
44 of 47 checks passed
@mykola-mokhnach mykola-mokhnach deleted the health_web branch July 29, 2024 16:41
github-actions bot pushed a commit that referenced this pull request Jul 29, 2024
## [8.7.11](v8.7.10...v8.7.11) (2024-07-29)

### Bug Fixes

* Respond to /health with a proper HTML ([#925](#925)) ([42c519f](42c519f))
Copy link

🎉 This issue has been resolved in version 8.7.11 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants