Out of nowhere, my system stopped navigating. This happens both when clicking the navbar button and when manually typing the page URL. When I access debug mode, the system correctly recognizes the dynamic page for each button, but when it comes to rendering, it only refreshes the index page. Can anyone help me?
@midiastra Sounds like Bubble is failing to route to the right page, even though it recognizes it in debug mode. The usual culprits are workflows or page constraints. Check if any “Go to page” workflows got disconnected or if your dynamic page’s URL parameter got changed. Also make sure the page isn’t set to “This page is the index” or that a workflow isn’t forcing a redirect back to index.
If all workflows look fine, try clearing the cache or duplicating the page, sometimes Bubble just caches the wrong route.