We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: <URL>
With Singlefetch enabled
Repo: https://github.com/jorisre/vercel-remix-fetch-bug Preview: https://vercel-remix-fetch-bug.vercel.app/login
Note : everything is working well in local env.
Should not throw an error.
When I attempt to submit the login, I encounter the following error :
Error: Unable to decode turbo-stream response from URL: https://vercel-remix-fetch-bug.vercel.app/login.data at Xa (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:148:1818) at async https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:148:267 at async f (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:185:1603) at async https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:148:201 at async Fy (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:50:5399) at async https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:148:155 at async Promise.all (index 1) at async zy (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:50:4050) at async Lr (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:49:29287) at async op (https://vercel-remix-fetch-bug.vercel.app/assets/components-BAqPFZ9s.js:49:21541)
The application functions when I deactivate singlefetch.
Here are some related investigations: On Remix's end: remix-run#9809 On Vercel's end: #124
The text was updated successfully, but these errors were encountered:
This is actually a duplicate of #124, and the rollout of that fix is still pending (should be live in the next day or so).
Here's a working deployment after I set the env var as described in my comment on the other issue: https://vercel-remix-fetch-353n1cyuk-uncurated-tests.vercel.app/login
Sorry, something went wrong.
I applied the solution you provided to my company project, but unfortunately, the issue persists.
This is actually a duplicate of #124, and the rollout of that fix is still pending (should be live in the next day or so). Here's a working deployment after I set the env var as described in my comment on the other issue: https://vercel-remix-fetch-353n1cyuk-uncurated-tests.vercel.app/login
No branches or pull requests
Reproduction
With Singlefetch enabled
Repo: https://github.com/jorisre/vercel-remix-fetch-bug
Preview: https://vercel-remix-fetch-bug.vercel.app/login
Note : everything is working well in local env.
Expected Behavior
Should not throw an error.
Actual Behavior
When I attempt to submit the login, I encounter the following error :
The application functions when I deactivate singlefetch.
Here are some related investigations:
On Remix's end: remix-run#9809
On Vercel's end: #124
The text was updated successfully, but these errors were encountered: