Can't Log In - chrome.identity.launchWebAuthFlow
I'm using Ungoogled Chromium and I can't log in. ( Just installed Chromium and no difference there )
I loaded the unpacked extension to track down the issue and it
seems the chrome.identity.launchWebAuthFlow function doesn't
return anything which is why the extension logs the error:
No callback URL returned
The url used for the auth flow is:
https://accounts.shopify.com/oauth/authorize?redirect_uri=
With the redirect url decoded being:
https://jkjcdddfmpjgcdigejeglbjjdaadeefa.ch40m1umapp.qjz9zk/auth0&client_id=<ClientId>&code_challenge=<Challenge>&code_challenge_method=<Method>&response_type=code&scope=openid profile https://api.shopify.com/auth/shop.storefront-renderer.devtools https://api.shopify.com/auth/partners.collaborator-relationships.readonly
( Redacted sensitive info )
Is this something to do with security settings of some kind?
I've already enabled 3rd part cookies on shopify and the shop page and don't have UBlock Origin enabled for those and no requests seem to be blocked ..