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
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:
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:javascript/packages/clerk-js/src/utils/windowNavigate.ts
Line 7 in 40eb63b
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