Are dynamic routes in the app directory with `output:"export"` supposed to be stable ?
Unanswered
Chippiparai posted this in #help-forum
ChippiparaiOP
Using v13.4.6 and none of my dynamic routes are working on build when I run
npx serve@latest out. I have output:"export" in my config file. Works fine in dev mode, no errors on build. No html in the out folder for the dynamic routes, but I see the JS in the out/.next folder. On build I see a λ next to dynamic routes.1 Reply
ChippiparaiOP
I rebuilt everything in the pages directory and it worked swimmingly. I'd say the answer to my question is no, app directory is not yet ready for static export with dynamic routes.