You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encountering a similar issue
If I navigate through links on the site it loads perfectly. If I go directly from the URL it breaks with the error
'SyntaxError Invalid or unexpected token'
In console I'm also seeing the same message @jtleniger is getting about server-rendered and client-side DOM tree not matching.
I have a gallery on a page that works exactly as expected when navigated to from another page, i.e. open mypage.com, click gallery.
If I navigate directly to mypage.com/gallery, the gallery buttons are visible and unstyled, and clicking the images doesn't work.
Nothing appears in the console, and from the inspector it appears that the v-gallery isn't getting registered or something?
Functional, navigating from another page:
Broken, navigating directly:
The text was updated successfully, but these errors were encountered: