Chrome extension debug "GET chrome-extension://invalid/ net::ERR_FAILED"

Viewed 948

I'm developing a Chrome extension and recently I've been getting this error, in the extension's background.js page:

GET chrome-extension://invalid/ net::ERR_FAILED

I can't seem to find much information on how to debug this and prevent it. The initiator is blank, so I can't find what code in the background.js is actually causing this request.

chrome

Request details don't show anything either...

enter image description here

Any ideas on what this could be??

0 Answers
Related