-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Unable to decode turbo-stream response from URL #10348
Comments
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 |
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. |
I also have two very similar routes. One works but the other doesn't and gets this turbo stream error. working: not working: I also tried something just to see, and this worked: it seems as though its breaking when hyphens are included in the path as well as a route parameter. |
That reproduction is working fine for me? Is this still an issue? |
I'm having the same problem but I don't have any hyphens anywhere. And it happens for all routes that uses a fetcher, submit, and/or navigate and the occurrence is somehow not predictable. I mean the app can go days without it happening, but some days, it just happens a lot and sometimes, it happens a few times to a few users. I think its tied to the mechanism remix uses to fetch data from the server/loader. Problem is that there is no way to ignore useFetcher and useSubmit errors in remixjs that I have found. |
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: