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.
When building for production, I'm not able to sign-in.
I have a hosted site on my primary domain that is currently functional (allows sign ups, sign ins, etc.). I have updated my instance settings with allowed_origins set to ["tauri://localhost"]
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
https://github.com/ryansteil-pl/clerk-nextjs-tauri-example
Publishable key
pk_test_Y29ycmVjdC1sZW11ci00Ni5jbGVyay5hY2NvdW50cy5kZXYk
Description
I'm using Clerk from within a tauri app.
When building for production, I'm not able to sign-in.
I have a hosted site on my primary domain that is currently functional (allows sign ups, sign ins, etc.). I have updated my instance settings with allowed_origins set to
["tauri://localhost"]
In the example repo above, I am passing
What am I missing? I have also attempted to use the primary domain sign in page directly, but I'm not able to redirect back to
tauri://localhost
.Environment
The text was updated successfully, but these errors were encountered: