Route precendance
I have a legacy route i need to keep which is an API route /$type/$meta/$id, however this seems to take precendence over the route /market/collections/$type . So when a user is clicking around the app, tanstack will server /market/collections/$type, however if a user were to paste /market/collection/$type into their browser the api route seems to take precendance.
Is there a way to avoid this without not having 3 named routes?
1 Reply
frozen-sapphire•3w ago
is this about plain router or with start?