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

Hot reloading using yarn start leads to error - chrome.runtime.connect() called from a webpage must specify an Extension ID #264

Open
mljlynch opened this issue Dec 24, 2020 · 0 comments

Comments

@mljlynch
Copy link

I've set up an extension using Create React App and webext-redux. I would like to use yarn start to be able to serve my files in the browser and hot reload the extension, but I keep getting an issues with the following error:

× TypeError: Error in invocation of runtime.connect(optional string extensionId, optional object connectInfo): chrome.runtime.connect() called from a webpage must specify an Extension ID (string) for its first argument.

I was reading #207 but I wasn't sure what the outcome was to specify this - should I supply the store with the extensionId manually? if so where do I do this?

@mljlynch mljlynch changed the title Hot reloading using yarn start leads to × TypeError: Error in invocation of runtime.connect(optional string extensionId, optional object connectInfo): chrome.runtime.connect() called from a webpage must specify an Extension ID (string) for its first argument. Hot reloading using yarn start leads to error - chrome.runtime.connect() called from a webpage must specify an Extension ID Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant