Next.js Discord

Discord Forum

How to use static URL route to intercept URL in app route?

Unanswered
Fire ant posted this in #help-forum
Open in Discord
Fire antOP
Using http://localhost:4444/search/https:/www.domain.com not work and return 404
Using dynamic url http://localhost:4444/search?query=www.domain.com simply can extract using parameter "query"
I want to use static URL, how can i achieve this?

0 Replies