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
When using dev server from npm start, it can't load content scripts on websites running https because WDS tries to get updates from https://localhost:3000/sockjs-node/info?t=... but the request fails as the dev server is running on http. I tried running the dev server on https but then its giving some certificate error.
After following this SO answer https://stackoverflow.com/a/48790088/9321755 I made the SSL Certificate Error to stop, but still hot reload doesn't works, it's not updating the code changes to my content.js to the extension. Also now chrome thinks certificate of github is invalid too and github is unsafe website.
When using dev server from
npm start
, it can't load content scripts on websites running https because WDS tries to get updates fromhttps://localhost:3000/sockjs-node/info?t=...
but the request fails as the dev server is running on http. I tried running the dev server on https but then its giving some certificate error.My manifest:
Works perfectly for a website running http.
The text was updated successfully, but these errors were encountered: