Redirect to an app after authentication #12346
Unanswered
justinsumida
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup a redirect back to a mobile application after authentication.
async redirect({ url, baseUrl }) { const deepLink = 'myApp://Search'; return
${deepLink}; },
When I do this, I get an INVALID_CALLBACK_URL_ERROR.
My question is can I define this as a "valid" callback url to redirect back to my application?
Beta Was this translation helpful? Give feedback.
All reactions