edemaine / cocreate

Cocreate Shared Whiteboard/Drawing
MIT License
209 stars 27 forks source link

Cannot switch between pages #210

Closed jaltekruse closed 1 year ago

jaltekruse commented 1 year ago

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.

https://user-images.githubusercontent.com/365366/177906542-8992e12a-93f2-4e75-b97f-7118ddfcf7c8.mp4

edemaine commented 1 year ago

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.)