hi I have problem when fresh install remix #8195
-
hi, tnx for great product ,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, that might be due to you have setup service worker for other project (which could be completely unrelated to Remix) using the same local url such as http://localhost:3000. It might be also the case that you are using service worker rather unintentionally via libraries, such as msw https://github.com/mswjs/msw. If that's the case, the question might be better asked there. |
Beta Was this translation helpful? Give feedback.
Hey, that might be due to you have setup service worker for other project (which could be completely unrelated to Remix) using the same local url such as http://localhost:3000.
You can verify this by removing service worker manually, for example, from chrome devtools here:
reveal screenshot
It might be also the case that you are using service worker rather unintentionally via libraries, such as msw https://github.com/mswjs/msw. If that's the case, the question might be better asked there.