Next.js Discord

Discord Forum

How to check Route URL ?

Unanswered
Atlantic mackerel posted this in #help-forum
Open in Discord
Atlantic mackerelOP
Hey guys, Im trying to get route url and the url seem like this

localhost/connect/uuid/...

and I wonder if there's any way to check that uuid is valid? and if uuid is valid render right page and if the uuid isn't valid render wrong page

1 Reply

If you're using dynamic routes you'll get the uuid as a route parameter and you can do whatever you need with it that way.