nextjs-subdomain-example icon indicating copy to clipboard operation
nextjs-subdomain-example copied to clipboard

NextJS dynamic routes does not work.

Open pankaj9296 opened this issue 3 years ago • 2 comments

Using a custom express server causing the dynamic routes to not work? is it expected?

pankaj9296 avatar Mar 23 '21 04:03 pankaj9296

Having the same issue - did anyone find a solution for this?

paufar avatar May 03 '21 02:05 paufar

@paufar nextjs' routing won't work with the custom express server. You have to use Express' dynamic routing for this.

pankaj9296 avatar May 04 '21 03:05 pankaj9296