Closed
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
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:
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