-
Notifications
You must be signed in to change notification settings - Fork 16.7k
Description
- Electron Version:
- Operating System (Platform and Version): macOS sierra 10.12.6
- Last known working Electron version: 2.0.0
I had upgraded to 2.0.1 previously but the error started after that so I tried downgrading to 2.0.0. The error is still there though..
Expected Behavior
Launch my app normally. This was working fine prior to today.
Actual behavior
When I launch the app if I click ANYTHING on the screen that is registered as a click event in my renderer main.js file, this error spams the console.
To Reproduce
- Open app
- Do anything in the app.
- Console spams
Error -
[2287:0518/162444.516714:ERROR:CONSOLE(0)] "Failed to load https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'chrome-devtools://devtools' is therefore not allowed access. The response had HTTP status code 404.", source: chrome-devtools://devtools/bundled/inspector.html?remoteBase=https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/&can_dock=true&toolbarColor=rgba(223,223,223,1)&textColor=rgba(0,0,0,1)&experiments=true (0) [2287:0518/162444.516839:ERROR:CONSOLE(22)] "Empty response arrived for script 'https://chrome-devtools-frontend.appspot.com/serve_file/@7accc8730b0f99b5e7c0702ea89d1fa7c17bfe33/product_registry_impl/product_registry_impl_module.js'", source: chrome-devtools://devtools/bundled/inspector.js (22)
Then this message spams about 20 times every time I click anything.
"Uncaught (in promise) Error: Could not instantiate: ProductRegistryImpl.Registry", source: chrome-devtools://devtools/bundled/inspector.js (105)
I am using devtron as well.