You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loader in the root route that uses the abortController
Action:
Access the frontend at "/"
Outcome:
The loader gets aborted during the first render cycle (correctly) due to a redirect to the basepath. But the AbortSignal is sent without a reason, which defaults to a DOMException AbortError: signal is aborted without reason that gets caught by the ErrorBoundary and it doesn't let the application render.