Next.js Discord

Discord Forum

Handle a route received from an email

Unanswered
Barbary Lion posted this in #help-forum
Open in Discord
Barbary LionOP
Hi, i have a dynamic route that i need to fetch data from the path is "auth/password-reset/[...slug]/" and this route is for the url i send to the client for example "http://localhost:3000/auth/password-reset/MQ/btfwgr-26035ca558d3abe4e4f73a25fa33f5ed". i did create an api/route.js to fetch this page but i caught an error saying no catch-all url at the end. now i need the user to go to this route and receive the confirmation but i am so confused in how to do it.

0 Replies