adventurelibrary / ADVL-Issues

Repo for bugs on the Alpha build of Adventure Library
0 stars 0 forks source link

Can't follow breadcrumbs back to home page #13

Open nihaal95 opened 3 years ago

nihaal95 commented 3 years ago

image I clicked on an asset, attempted to go back to the home page and encountered the error

nihaal95 commented 3 years ago

a lack of bread crumbs/ lack of path to asset makes it hard for user to return to home page without having to type the URL in again

VikingStudio commented 3 years ago

To replicate, go to any Asset Page from the root page. Then press the go back one page button in your browser.

Error: DOMException: Node.insertBefore: Child to insert before is not a child of this node

Browsing on the page will break, including pressing the AL icon to get back to home.

Pressing back from a deeper path (ex. looking at asset from home, then looking up author), pressing the go back on browser works there.

After testing, this error occurs on the https://testing.adventurelibrary.art/ path only, NOT the local development branch.

So worth keeping an eye to see if later updates fix this or not. If not it might be a server configuration issue.