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

Update health check endpoint of Nocodb service #4736

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

pranavxc
Copy link

@pranavxc pranavxc commented Jan 4, 2025

Changes

Update NocoDB config file with correct health check endpoint.

Issues

During the migration from an Alpine Linux-based Docker image to a Debian-based one, the behavior of wget changed. The previous setup worked because Alpine used BusyBox wget, which handled the / endpoint differently. However, in Debian, the GNU wget follows redirects more strictly, and the / endpoint now redirects to /dashboard, causing health checks to fail.

This update ensures compatibility with the Debian-based Docker image by pointing the health check to an appropriate endpoint, resolving the redirect handling issue.

Related Discord discussion: - here

Community forum topic: Cannot access NocoDB after install

@albertorizzi
Copy link
Contributor

Duplicated with this (#4715), I think it's better your PR.

@peaklabs-dev
Copy link
Member

Thank you for the PR.

@peaklabs-dev peaklabs-dev merged commit 478701e into coollabsio:next Jan 6, 2025
1 check passed
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