Routing Configuration Error
Static app route
Static apps (
Expected route:
Caught by:
Next Steps:
Static app route
/salon was caught by dynamic catch-all handler.Static apps (
salon, central, app) should use their own page.tsx files.Expected route:
/src/app/salon/page.tsxCaught by:
/src/app/[...slug]/page.tsxNext Steps:
- Verify
/src/app/salon/page.tsxexists - Check Next.js routing priority configuration
- Consider moving catch-all route to nested position