Why did the dashboard reload?
If you had the Boottify dashboard open in a tab while we deployed a new build, your browser was holding onto JavaScript bundles that no longer exist on the server. Next.js raises a ChunkLoadError when it tries to lazy-load a missing chunk.
What the platform does
Boottify catches ChunkLoadError at the global error boundary and triggers a single automatic page reload. After the reload you are on the latest build and the error is gone.
What you should do
Nothing — the page should refresh on its own. If the error persists after the auto-reload:
- Hard-reload (Cmd/Ctrl + Shift + R).
- Clear the site's cached files.
- Sign out and back in.
Will it loop forever?
No. The auto-reload only fires once per page load. If the new build is also broken, the platform shows the normal error UI instead of looping.