Is there any downsides of opting-out from default Next.js server?
On Next.js website it's stated:
Before deciding to use a custom server please keep in mind that it should only be used when the >integrated router of Next.js can't meet your app requirements. A custom server will remove >important performance optimizations, like serverless functions and Automatic Static Optimization.