-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Infinite loop GET /__REMIX_ASSETS_MANIFEST 200 - - #5663
Comments
What command are you using to run your project? |
|
I'm encountering this, too. I'm running the new dev server with the Remix App Server like instructed in the release notes. I didn't have time yet to get to the bottom of this, but at least it looks like the requests aren't coming from the browser, because the network tab is empty. It also doesn't appear to break anything (other than spamming the console with |
I had the same issue, and it appears to be a problem when using Remix App Server. When I ejected to express, it worked fine and I was able to use HMR. BTW: You can eject from RAS to Express with my script:
|
I'm having the issue on an express dev server. It happens maybe once or twice per day. I think it has to do with saving, then saving another change before the first rebuild is done, but I'll need to dig in further. |
Following up on my comment above, I can reliably get this to happen 100% of the time if I save a change while a rebuild is in process. For example, if I save a file, realize there was a typo, and quickly fix it and save again. Since my app rebuilds take 2+ seconds, it's easy for the second save to happen before the rebuild is done. Doesn't matter if I use
|
Added some debugging to
|
I have the same problem with Express Server |
I'm having the same problem with the new Remix Dev Server |
Currently getting this problem as soon as our dev server is launched. |
Getting same problem with Express unstable_dev server. Laptop is very slow so that might be contributing to multiple builds not finishing before further edits are made. |
Obsoleted by #6133 |
What version of Remix are you using?
1.14.0
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Here is my package.json
Expected Behavior
Everything should be alright
Actual Behavior
When refresh, there is an infinite call to GET /__REMIX_ASSETS_MANIFEST
The text was updated successfully, but these errors were encountered: