next.js
c7e5d767 - Fix custom server React resolution with app dir and pages both presented (#49805)

Commit
2 years ago
Fix custom server React resolution with app dir and pages both presented (#49805) If running Next.js in the custom server with both app and pages directories presented, a standalone server needs to serve all traffic and the server running in main thread should be a no-op. (cc @ijjk). Fixes the problem described here: https://github.com/vercel/next.js/issues/49355#issuecomment-1537536063.
Author
Parents
Loading