#Failing at the first hurdle... Deeply nested folders with a single index route, not detected?
1 messages · Page 1 of 1 (latest)
If you started a project, it will have the v2_routeConvention future flag enabled in remix.config.js so you'll want to use the "flat file" format: https://remix.run/docs/en/1.16.0/file-conventions/route-files-v2
routes/level1.level2._index.tsx
If you prefer the "nested folders" approach, there's a package that will let you continue using that format once we launch v2: https://remix.run/docs/en/1.16.0/pages/v2#file-system-route-convention