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
When loading this route the page should load correctly and page should be visible.
Actual Behavior
at cu (https://website.com/assets/components-BetrtQQV.js:112:2432)
at async ih (https://website.com/assets/components-BetrtQQV.js:112:1485)
at async xn (https://website.com/assets/index-uys_nLR2.js:11:4625)
at async ke (https://website.com/assets/index-uys_nLR2.js:10:29048)
at async Nt (https://website.com/assets/index-uys_nLR2.js:10:29667)
at async _r (https://website.com/assets/index-uys_nLR2.js:10:23174)
at async Pe (https://website.com/assets/index-uys_nLR2.js:10:20554)
at async Object.It [as navigate] (https://website.com/assets/index-uys_nLR2.js:10:18894)
The text was updated successfully, but these errors were encountered:
I'm seeing the same issue here, does it have something to with basename/base? It seems to me that it is the request to .data that fails, because it hits an invalid URL.
In my example I have base of /dev/foo/bar/ and if I load a routing link that points to path / it seems to try to fetch loaderData from /dev/foo/bar.data which to me seems a bit incorrect.
I'm seeing the same issue here, does it have something to with basename/base? It seems to me that it is the request to .data that fails, because it hits an invalid URL.
In my example I have base of /dev/foo/bar/ and if I load a routing link that points to path / it seems to try to fetch loaderData from /dev/foo/bar.data which to me seems a bit incorrect.
Yeah I'm not too sure. I'm hosting on lambdas but I'm not sure if that matters. The page never loads no matter how I navigate to it whether with a link or directly. The weird thing is it only happens when it's deployed and not in dev mode on my local machine.
Reproduction
https://stackblitz.com/edit/remix-run-remix-gpjalp3q?file=app%2Froutes%2Fitems.%24slug.tsx
System Info
Used Package Manager
npm
Expected Behavior
When loading this route the page should load correctly and page should be visible.
Actual Behavior
The text was updated successfully, but these errors were encountered: