Skip to content
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

[Bug]: "Warning: Did not expect server HTML to contain a <script> in <html>." #1463

Closed
1 of 12 tasks
timscodebase opened this issue Jan 11, 2022 · 6 comments
Closed
1 of 12 tasks
Labels
bug Something isn't working

Comments

@timscodebase
Copy link

Which Remix packages are impacted?

  • remix (Remix core)
  • create-remix
  • @remix-run/architect
  • @remix-run/cloudflare-workers
  • @remix-run/dev
  • @remix-run/express
  • @remix-run/netlify
  • @remix-run/node
  • @remix-run/react
  • @remix-run/serve
  • @remix-run/server-runtime
  • @remix-run/vercel

What version of Remix are you using?

1.1.1

What version of Node are you using? Minimum supported version is 14.

v17.3.0

Steps to Reproduce

  1. clone [email protected]:leveluptuts/remix-for-everyone.git
  2. open 8HittingAnApi
  3. npm i
  4. npm run dev

See console in browser

Expected Behavior

no error

Actual Behavior

"Warning: Did not expect server HTML to contain a <script> in ."

@timscodebase timscodebase added the bug Something isn't working label Jan 11, 2022
@yesmeck
Copy link
Contributor

yesmeck commented Jan 12, 2022

Most probably caused by chrome extension, see #1077 (comment)

@ccssmnn
Copy link
Contributor

ccssmnn commented Jan 22, 2022

I cannot reproduce this error.

Running node v16.13.1, Chrome 97, Safari 15.2, Sizzy 57.

@revelt
Copy link
Contributor

revelt commented Feb 2, 2022

@timscodebase please confirm which browser are you testing on and, can you recreate the issue with all the plugins disabled

@adamlbunch
Copy link

If you go into incognito mode and it stops, then it's likely an issue with one of your extensions. I had this issue specifically when using the Yoroi Cardano Wallet extension which injects itself into localhost

@machour
Copy link
Collaborator

machour commented Mar 18, 2022

Duplicate of #1077

@machour machour marked this as a duplicate of #1077 Mar 18, 2022
@machour machour closed this as completed Mar 18, 2022
@Crazyloon
Copy link

Adobe Experience Cloud Debugger was causing this issue for me. Disabled it and the error message went away.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants