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
If I have time, I'll try to create a minimal reproduction.
When I upgraded my app (deployed to fly.io as a Node service) to Remix 1.8 (from 1.7.6), I got alerts that my server was repeatedly crashing. The errror returned comes from @remix-run/web-fetch@4.3.2https://github.com/remix-run/web-std-io/blob/main/packages/fetch/src/fetch.js#L342 where the error message says "Premature Close".
Reverting back to @remix-run/node@1.7.6 and @remix-run@web-fetch@4.31 solved the issue for me.
Expected Behavior
No fetch errrors.
Actual Behavior
Fetch errors.
The text was updated successfully, but these errors were encountered:
What version of Remix are you using?
1.8
Steps to Reproduce
If I have time, I'll try to create a minimal reproduction.
When I upgraded my app (deployed to fly.io as a Node service) to Remix 1.8 (from 1.7.6), I got alerts that my server was repeatedly crashing. The errror returned comes from
@remix-run/web-fetch@4.3.2
https://github.com/remix-run/web-std-io/blob/main/packages/fetch/src/fetch.js#L342 where the error message says "Premature Close".Reverting back to @remix-run/node@1.7.6 and @remix-run@web-fetch@4.31 solved the issue for me.
Expected Behavior
No fetch errrors.
Actual Behavior
Fetch errors.
The text was updated successfully, but these errors were encountered: