You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
However, I noticed that calling /oauth/authorizedoes not successfully redirect after login using the Sign-in page on application domain. It does successfully redirect if using the Sign-in page on Account Portal.
Environment
n/a
The text was updated successfully, but these errors were encountered:
Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal reproduction. This is a simplified example of the issue that makes it clear and obvious what the issue is and how we can begin to debug it.
If you're up for it, we'd very much appreciate if you could provide a minimal reproduction and we'll be able to take another look.
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerk/javascript/issues
I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction
n/a
Publishable key
n/a
Description
I successfully have Clerk setup as an OAuth 2 Provider.
However, I noticed that calling
/oauth/authorize
does not successfully redirect after login using the Sign-in page on application domain. It does successfully redirect if using the Sign-in page on Account Portal.Environment
The text was updated successfully, but these errors were encountered: