-
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
Content file does not execute #176
Comments
i have the same problem |
the same |
same issue. how to fix this? |
The problem is that the background and content scripts have hot-reload enabled. This causes them to want to connect to the server (which has a different origin and/or protocol). The way around it is to build a plugin to the build directory and manually update it in the browser from there. |
Was there a good fix for this? |
Will there be any development on this issue in future? |
Solved in issue #150 |
I clone the latest project and run the code and add it to chrome extension, but it didn't print the log in index.js of Content.
The text was updated successfully, but these errors were encountered: