Skip to content

"tauri:" is not a valid protocol #4667

@ryansteil

Description

@ryansteil

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    clerk-jsconfirmedprioritizedThis issue has been triaged and the team is working on it

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions