toddle dynamic path
I have two pages : one named 'Company ' and the other named 'User . ' If I set the same first path param on both pages (like "profile " ) (both pages has the path like in this screen . ) , how does Toddle know whether to navigate to the 'Company ' page or the 'User ' page ? Since both pages use the same parameter value , how is the distinction made ? Like company page has first path = profile and user page has the first path = profile . Thank you ! 🙏 This seems like it 's setting yourself up for potential errors Since this is likely an app behind a login , it 's not the case (I assume ) It would still be interesting to hear from the toddle team on this though You are right ; it 's an app behind a login . I 'm not interested in indexing the pages . It would make sense if Toddle could automatically determine the correct path , allowing you to have just website .com /profile instead of website .com /company /profile . In the case of /company /profile , you would need to add redirects to a 404 page for users , but if Toddle automatically resolves the correct path , those redirects wouldn 't be necessary because in background you set the context of "company " to profile , not the context of "user " to profile . And if toddle just gets it right then there should not be issues and would be impossible for user to set context of other pages . Team toddle would have to tell us more about how the runtime determines paths , etc 🔥1