#CSR with unknown dynamic routes
4 messages · Page 1 of 1 (latest)
Does the route /job/ only exist?
4 messages · Page 1 of 1 (latest)
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!
Does the route /job/ only exist?