Closed1

[Nextjs] Error: You cannot use different slug names for the same dynamic path

knmtknmt

pages routerで 同階層にdynamic routeを作ってしまっていたのが原因

.
├── [xxx]
│   ├── edit
│   │   └── index.page.tsx
├── [yyy]
│   └── edit
│       └── index.page.tsx
このスクラップは4ヶ月前にクローズされました