api-routes
The new API route works on a dev server but not on a production server
https://github.com/zeit/next.js/tree/master/examples/api-routes
npm run buildnpm run startError: Cannot find module for page: /api/people/1Should work like on the dev server

This was fixed in next@canary. Thanks for the report!
i had same issue, thanks for fix!!
Most helpful comment
This was fixed in
next@canary. Thanks for the report!