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
We just published version 2.11.2-pre.0 which involves this issue. If you'd like to take it for a test run please try it out and let us know what you think!
Reproduction
/demoBasename
to end of the the preview URL to load the root routedemoBasename
twiceSystem Info
Used Package Manager
yarn
Expected Behavior
The page should load the route at
/demoBasename/demo
and show "It works!"Actual Behavior
The page tries to load
/demoBasename/demoBasename/demo
and shows a 404 error.Possibly related code
Perhaps this line could use a stripBasename? Or use
X-Remix-Redirect
header?remix/packages/remix-server-runtime/single-fetch.ts
Line 438 in c3efad3
The text was updated successfully, but these errors were encountered: