-
Notifications
You must be signed in to change notification settings - Fork 402
Description
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'm using Clerk from within a tauri app.
When building for production, I'm getting the following warning in the developer console of the webview
Clerk: "tauri:" is not a valid protocol. Redirecting to "/" instead. If you think this is a mistake, please open an issue.
due to missing the protocol here
javascript/packages/clerk-js/src/utils/windowNavigate.ts
Lines 3 to 9 in b0d165a
| export const ALLOWED_PROTOCOLS = [ | |
| 'http:', | |
| 'https:', | |
| // Refers to https://wails.io/ | |
| 'wails:', | |
| 'chrome-extension:', | |
| ]; |
Environment
n/a