Closed FleetAdmiralJakob closed 11 months ago
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.
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.
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:
/app/sign-ip/[[...sign-in]]/page.tsx
/app/sign-up/[[...sign-up]]/page.tsx
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
Preliminary Checks
[X] I have reviewed the documentation: https://clerk.com/docs
[X] I have searched for existing issues: https://github.com/clerk/javascript/issues
[X] I have not already reached out to Clerk support via email or Discord (if you have, no need to open an issue here)
[X] 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