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
For a site that uses HTL Pages (Server Side) and Vue Pages (client side), links need to work. Currently sites use Vue Pages the data for the new page is retrieved and content is refreshed. It does not reload all the CSS/JS.
For example, the College Theme has two pages
an HTL Page /content/lsaperegrine/pages/events.html
a VUE Page /content/lsaperegrine/pages/vue-page
Given I am on the VUE Page
And I click on a link to the Events page
I expect the Event Page to load as if can directly loaded it
For a site that uses HTL Pages (Server Side) and Vue Pages (client side), links need to work. Currently sites use Vue Pages the data for the new page is retrieved and content is refreshed. It does not reload all the CSS/JS.
For example, the College Theme has two pages
an HTL Page /content/lsaperegrine/pages/events.html
a VUE Page /content/lsaperegrine/pages/vue-page
Given I am on the VUE Page
And I click on a link to the Events page
I expect the Event Page to load as if can directly loaded it
Currently following a link from a Vue page to a Server page results in a blank screen, and network traffic shows the request... http://localhost:8080/content/lsaperegrine/pages/events.data.json
The text was updated successfully, but these errors were encountered: