Skip to content

v4.11.1

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jun 10:26
· 2 commits to main since this release
f0cbb2f

🐳 Self-hosting fix

4.11.0 introduced a regression that crashed self-hosted instances with a "Something went wrong" error boundary on every page.

NEXT_PUBLIC_BASE_URL is set at runtime on self-hosted deployments, so it isn't available in the browser. A recent change started running environment validation client-side, which then failed on the missing value and broke every page load. Rallly Cloud was not affected.

Important

Self-hosted users on 4.11.0 should upgrade to 4.11.1. No configuration or database changes are required.

What's Changed

  • 🐛 Keep environment validation out of the client bundle (#2476, fixes #2474)

Full Changelog: v4.11.0...v4.11.1