Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"tauri:" is not a valid protocol #4667

Open
4 tasks done
ryansteil-pl opened this issue Nov 27, 2024 · 0 comments
Open
4 tasks done

"tauri:" is not a valid protocol #4667

ryansteil-pl opened this issue Nov 27, 2024 · 0 comments
Labels
needs-triage A ticket that needs to be triaged by a team member

Comments

@ryansteil-pl
Copy link

Preliminary Checks

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

export const ALLOWED_PROTOCOLS = [
'http:',
'https:',
// Refers to https://wails.io/
'wails:',
'chrome-extension:',
];

Environment

n/a
@ryansteil-pl ryansteil-pl added the needs-triage A ticket that needs to be triaged by a team member label Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage A ticket that needs to be triaged by a team member
Projects
None yet
Development

No branches or pull requests

1 participant