Skip to content

Not a valid protocol - wails:// #3545

Closed
@pavelbinar

Description

@pavelbinar

Preliminary Checks

Reproduction

I believe the description is sufficient - let me know if not

Publishable key

pk_test_ZmFpci1ib2JjYXQtNjUuY2xlcmsuYWNjb3VudHMuZGV2JA

Description

I am using `` after sign-up I am redirecting to /.

This was working fine untill recently when I start getting an error in the web console:

Clerk: Not a valid protocol. Redirecting to /

I run my web app in the context of https://wails.io/
that mean that my window.location = "wails://wails.localhost:34115"

It seems that the wails:// protocol is newly causing a problem. Here is probably the responsible code:

console.warn('Clerk: Not a valid protocol. Redirecting to /');

Environment

Binaries:
    Node: 20.9.0 - ~/.nvm/versions/node/v20.9.0/bin/node
    npm: 10.1.0 - ~/.nvm/versions/node/v20.9.0/bin/npm
  npmPackages:
    @clerk/clerk-react: ^4.30.3 => 4.30.3

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions