Redirect back to chrome extension page from external page hangs #14195
Unanswered
customautosys
asked this question in
CLI - BEX mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to redirect back to my chrome extension page from Auth0 login. However, it hangs. I have checked the network tab of the debugger and apparently it gets stuck loading the extension page (network request shows 0 bytes). The page is already in web_accessible_resources (when I take it out of that array it is blocked as expected). What is wrong? This is the first time I have encountered this issue and I have used identical code in other apps (previous version of Caselist and also COVID-19 Game Chrome Web Store version) with no problems.
This is the code:
Beta Was this translation helpful? Give feedback.
All reactions