Focuses on API authentication, access scopes, and permission management.
I cannot solve this bug:
The URI for the redirect is:
which decodes to:
My allowed whitelisted URI is all of these (haha I've tried many):
https://omniio.fly.dev/api/auth/callback
https://omniio.fly.dev/auth/callback
https://omniio.fly.dev/api/auth
https://omniio.fly.dev/api/auth/callback/
https://omniio.fly.dev/auth/callback/
https://omniio.fly.dev/api/auth/
https://omniio.fly.dev/auth/shopify
https://omniio.fly.dev/auth/shopify/callback
https://omniio.fly.dev/auth/shopify/
https://omniio.fly.dev/auth/shopify/callback/
https://omniio.fly.dev/api/auth/callback
https://fly.dev/api/auth/callback
https://omniio.fly.dev/
https://omniio.fly.dev/
https://www.omniio.fly.dev/api/auth/callback
None of them work
Hi @karmatrade
I think, you have to add this url https://omniio.fly.dev/api/auth/callback in your partner dashboard app setup redirect urls list
Can you please check their if you have added the correct url ?
You have to add
https://omniio.fly.dev/api/auth/callback
https://omniio.fly.dev/api/auth/
in redirection list
and https://omniio.fly.dev/ is app url, i think, those should work
If there are not working, Can you please share screenshot from partner dashboard where you setup these so that we can check and confirm the same
Thanks!
Unfortunately, that doesn't seem to resolve the problem.
Hi -- checking in on this error if you know any work arounds
It looks like correct, there may be some space issue while generating or assigning redirect uri in app code, if assigned uri and whitelist uri are same and correct then such issue doesn't happen