#how can i make that routing
1 messages · Page 1 of 1 (latest)
Please explain in proper English what the issue is. What exactly is not working?
i created admin folder in routes folder (for /admin routing),, i put <Outlet/> tag in route.tsx (it works). But login.tsx and _index.tsx are not detected by <Outlet/>
Are you using v1 or v2 routing?
v2
Then you can read the docs here for an explanation of how it works: https://remix.run/docs/en/1.19.3/file-conventions/route-files-v2
Remix
v2 is using the flat routes convention, not folder-based