-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
index.js:1205 Uncaught Error: SecurityError: An insecure SockJS connection may not be initiated from a page loaded over HTTPS #149
Comments
is there any fix for that error ? |
Hmm, I haven't been able to reproduce. Would you try adding |
Anyone help? |
This is definitely an issue with the WebPack or Web Dev Server and I am not proficient enough at either to know how to fix it. However I cloned @octohedron's updated fork with a completely custom web server. I was able to install, unpack, and try it out and it had no web socket errors and the content scripts loaded without issues and I could see the console logs it does from the template. |
Yes this is an issue with content script not loading on any page due to this error |
This error still happens. Any update to fix this issue? |
Content script not working due to this... it kind of makes the whole boilerplate unusable. any help? |
@hadnet @uri3000 Use this fork instead, it has a better and working dev server. |
In webserver.js, change ** Better yet, replace |
Was anyone able to configure the local cert to silence the error? ** Edit: by making the change @shawnvoss suggests, the error no longer appears |
I get the error. please tell me how to fix it?
The text was updated successfully, but these errors were encountered: