-
Notifications
You must be signed in to change notification settings - Fork 295
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
404 if I want to sign up #2211
Comments
I just run the flow in the website u sent and worked. I created an account from the Sign Up component and both the sign in page and sign up page are accessible. |
Recording.2023-11-24.182059.mp4 |
Weird, if I try to sign in / sign up it does not work. Can you say with which O Auth service you tried it? Btw. I tried it also with email and it does also not work there |
I was able to reproduce this on the given reproduction link - we'll look into this one soon. |
Thank you!!! ❤️ |
Hey @FleetAdmiralJakob! Thank you for the reproduction! It appears that the reason you're receiving a 404 is that the paths are missing catch-all segments. By adding the catch-all segments, your paths will ultimately look like this:
This should solve your issues! 👍 Here are some documentation links for more information: I'm going to close this but feel free to re-open, if you're still experiencing issues. |
Thank you |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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 / Replay Link
https://github.com/FleetAdmiralJakob/new-twitter-clone
Publishable key
pk_test_c3BsZW5kaWQtaW1wYWxhLTg5LmNsZXJrLmFjY291bnRzLmRldiQ
Description
Steps to reproduce:
Expected behavior:
It should log you in
Actual behavior:
You get a 404: Page not found
Environment
The text was updated successfully, but these errors were encountered: