Route conflicts.
Unanswered
Giant panda posted this in #help-forum
Giant pandaOP
I've these routes
1) /inspections/[id]/[country]/import
2) /inspections/schedules/[scheduleId]/import
These each routes has "@drawer" folder to intercept import as a drawer.
But the issue is when I goto first route. It opens up the drawer properly.
But when I go to the second route. It shows 404 . When I reload the page. It works properly.
Please help me resolve this
1) /inspections/[id]/[country]/import
2) /inspections/schedules/[scheduleId]/import
These each routes has "@drawer" folder to intercept import as a drawer.
But the issue is when I goto first route. It opens up the drawer properly.
But when I go to the second route. It shows 404 . When I reload the page. It works properly.
Please help me resolve this