#My dev server loops
1 messages · Page 1 of 1 (latest)
Looks like a Nextjs issue?
i don't get you
Remix doesn't have hmr.
yeah, it's confusing because it's been having almost everytime
how do you think i can solve this?
any possible solutions
That's an error I would expect if I'm working a next repo atm. I wonder if it's one of those weird bugs caused by permanent redirect cached by the browser.
mmm, i will probably need to clear my browser cache to see if it works
alright thanks
Are you using Firefox as your browser?
nope, brave browser
useState with <LiveReload /> causes this issue for me
Can u try removing live reload and inspect for similar behavior?
I am facing the same issue, did removing LiveReload help you @stuck cove ?
yeah i figured out the issue. the issue is when i run Remix and Nextjs projects on the same port. i changed the nextjs port to 3001 and remix port stayed on 3000
remix always run the cache from nextjs always when using the same port
Okay i see. Thanks for the input, it seems I am also running both projects in same port at different times because of which remix is taking cache from nextjs and causing loop.