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
Hi, I've done setup step by step, but I'm unable to start up the extension.
After running up npm run dev I'm trying to enable the extension but it's refreshing dozen of times and then returns the: This extension reloaded itself too frequently. error, and in trace I can see:
Any idea how I can fix that issue?
The text was updated successfully, but these errors were encountered:
@sumsalabim I suggest you read the generated README.md. Run npm run build which packs the app to your_chrome_ext/build/ and then 'Load unpacked' the build folder into Chrome via chrome://extensions/
Hi, I've done setup step by step, but I'm unable to start up the extension.
After running up
npm run dev
I'm trying to enable the extension but it's refreshing dozen of times and then returns the:This extension reloaded itself too frequently.
error, and in trace I can see:Any idea how I can fix that issue?
The text was updated successfully, but these errors were encountered: