Catalog-internal back button does not work #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pressing the back button does nothing. Console output shows:
Looks like it could be related to the interplay between vue router history mode and the server's routing setup. Vue Router docs explain the necessity to have a server side rerouting catch-all: https://router.vuejs.org/guide/essentials/history-mode.html#HTML5-Mode. The datalad-catalog demo site does this via Netlify.
And this is their suggestion for caddy v2: https://router.vuejs.org/guide/essentials/history-mode.html#Caddy-v2