-
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
Defer Loader fails to load raw headers from dev server. Works in production. #5489
Closed
1 task done
Labels
Comments
Same issue with my project ! |
youngkidwarrior
changed the title
Remix Fails to load raw headers from dev server. Works in production.
Defer Loader fails to load raw headers from dev server. Works in production.
Feb 25, 2023
It seems like this issue is arising from |
This is fixed in 1.14.0 I believe #5345 |
Still hitting this issue using 1.14.3 Edit: Seems to be fixed in 1.15.0 |
I'm going to close this out since I believe it should have been fixed by #5345 in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of Remix are you using?
1.12.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
You could clone BrightID Discord Bot
Expected Behavior
Loader returns deferred data properly
Here is a link to the loader (written in Rescript) https://github.com/ShenaniganDApp/brightid-discord-bot/blob/212d4dbdf1fa71682fb7064f923ada2a3a510edc/apps/web/app/res-routes/guilds/GuildId_Index.res#L27
Actual Behavior
remix_failed_raw.mov
I have a loader that is supposed to return deferred data. On page load, the loader is returning undefined for every field.
This is the error:
and this is the function the error points to in
@remix-run/express
The odd thing is, the exact same code works in production at https://bot.brightid.org, which makes me think it is a dev server issue. I recently updated to
v1.12.0
, so I tried reverting those changes, however, the issue persisted.The text was updated successfully, but these errors were encountered: