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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: