Cannot switch between pages #211
-
I tried running a server locally using the tip of master and I am not able to move between different pages on a board. In this video clicking the page tab and the let right arrows doesn't appear to change anything. I also tried grab the link for navigating to the second page, which has a reference to an element ID and open it in a new tab, but on page load the ID is stripped off the URL and it just shows the first page. cocreate-pages-not-working-2022-07-07_21.39.01.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Did you check the JavaScript console, and the console where the server is running? I imagine there's an error in one of those places that would help debug. (I've never seen this behavior.) |
Beta Was this translation helpful? Give feedback.
-
There are a few warnings in the terminal from the startup of meteor, but I don't see any new logs there as I click on the tabs, or any reported errors in the JS console in the browser.
cocreate-pages-not-working-with-consoles-2022-07-08_08.51.54.mp4 |
Beta Was this translation helpful? Give feedback.
-
It turns out that this was a dependency issue. In the latest commit, I've pinned all dependency versions to prevent this from happening in the future. Also, I explicitly kept |
Beta Was this translation helpful? Give feedback.
It turns out that this was a dependency issue. In the latest commit, I've pinned all dependency versions to prevent this from happening in the future. Also, I explicitly kept
solid-app-router
at an older version, which was the source of the problem. I'll work on upgrading meanwhile, but at least a fresh install should work again now.