i cant generate /auth/verify/[hash].jsx
Unanswered
Hamit.Dev posted this in #help-forum
Hello, I am new to NextJS, I want to do something like this. If the email is not verified by the API after the user logs in, a redirect comes from the API and goes to the auth/verify page, but I do not want anyone from outside to see the auth/verify page. After the user logs in, I encrypt his email with UID4 and create a dynamic link. Even though it is verified, I want these links to be disabled. I saved the email in the browser cache, so no one can access the links from outside, but I get a 404 error. Example hash link http://192.168.0.12:3000/auth/verify/068bf8c4-4596-4008-b76e-d37a31aca071 thank you I do