Page do not update when clicking on a trail on home page
When you're on the home page and click on a trail, the URL in the address bar updates but not the page. The page just scrolls up to the top. To go to the trail you clicked on, you need to update the page.
I currently cannot replicate the problem in any browser. Are there any errors in the dev console?
Yes, I have disabled WebGL in Firefox and it is because of that.
And enabling WebGL fixes the problem?
Yepp :) Can you remove the WebGL requirements?
I have disabled WebGL by setting
webgl.disabled=true in my firefox about:config.
I can now see the error, which is expected because the 3D Model cannot load. However, this does not prevent me from navigating to a route page as you can see. Am I missing something?