nextjs-subdomain-example
nextjs-subdomain-example copied to clipboard
NextJS dynamic routes does not work.
Using a custom express server causing the dynamic routes to not work? is it expected?
Having the same issue - did anyone find a solution for this?
@paufar nextjs' routing won't work with the custom express server. You have to use Express' dynamic routing for this.