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
I tried replacing <LiveReload /> with <LiveReload port={8002} /> and adding <meta httpEquiv="Content-Security-Policy" content="connect-src ws://localhost:8002;" />, but it made no difference.
Expected Behavior
no warning.
I also see these logs in the terminal
Watcher File change detected! Restarting!
Import map diagnostics:
- Invalid top-level key "comment". Only "imports" and "scopes" can be present.
- Invalid address "" for the specifier key "// `@remix-run/deno` code is already a Deno module, so just get types for it directly from `node_modules/`".
Actual Behavior
The text was updated successfully, but these errors were encountered:
I have encountered this situation before, and then I tried many ways, and finally solved it in an unconventional method. If you have tried various conventional methods but have not yet resolved them, you can try the following methods:
1、Attempt to clear browser cache data, maybe it' OK
2、Attempt to restart your browser, and try again
3、Try changing to other browser
What version of Remix are you using?
2.0.1
Are all your remix dependencies & dev-dependencies using the same version?
Steps to Reproduce
Tested in latest Chrome (118.0.5993.70) on Mac OS 13.6
I went trough past issues that reported similar problems
I tried replacing
<LiveReload />
with<LiveReload port={8002} />
and adding<meta httpEquiv="Content-Security-Policy" content="connect-src ws://localhost:8002;" />
, but it made no difference.Expected Behavior
no warning.
I also see these logs in the terminal
Actual Behavior
The text was updated successfully, but these errors were encountered: