Next.js Discord

Discord Forum

The provided `href` value is missing query values (slug) to be interpolated properly.

Unanswered
Canvasback posted this in #help-forum
Open in Discord
CanvasbackOP
Hey guys!

I using next lastest, and i using the useRouter() and getting this error "The provided href (/cart/[slug]/test-99/upsell) value is missing query values (slug) to be interpolated properly."

I'm on the page https://mydomain.com.br/cart/[slug]/test-99/ and i want to go to https://mydomain.com.br/cart/[slug]/test-99/upsell and this is my code:

return router.push('./${slug}/upsell)`

How can i stop the error and redirect the user correctly?

2 Replies

West African Lion
You need to provide some more information on how your folder strucutre is, to me it seems like you have the wrong folder strucutre... if i understand correctly i should look like this app -> cart -> [slug] -> test-99 -> upsell -> page.tsx/page.jsx