#CSR with unknown dynamic routes

4 messages · Page 1 of 1 (latest)

rapid marlin
#

I've got an app where I have route:

/job/[...all]

This works great when using 'dev' locally.

But when I export for deployment the routes 404.

I dont know what the routes are as it live/dynamic user content. Is not not possible in nextjs?

Thanks!

blazing robin
rapid marlin
#

I have /pages/[...all].jsx setup that reads the url and gets the content client side.

Is that what you mean?

#

(Also thanks for responding 😄 )