I have pages that are somehow structured as shown on the image. This would normally be my dashboard where mypath could have a value like home, settings, products, categories etc. and then I have a subpath (or url param) for the settings that would have a value like account, payments, design etc. So my url that leads to the account settings would look like this "https: //example.com/dashboard/settings/account" and my url that leads to the products page would look like this "https: //example.com/dashboard/products". The problem is when I try to remove the paths and go to "https: //example.com/dashboard" it seems like I´m being redirected (but I´m not; the url is still https: //example.com/dashboard ) to a page that I´m unable to identify. It doesn´t show my dashboard content - it only shows my footer (there is no footer on the dashboard page!) . The footer component is only used on 3 pages and the dashboard page is none of them. What could cause this? I´m able to reproduce the issue but only WITHIN my project but not in another project. Any idea how to fix this? I would also appreciate help from Team toddle , this seems like a very weird issue.
Thanks a lot