dniccum / nova-documentation

A Laravel Nova tool that allows you to add markdown-based documentation to your administrator's dashboard.
MIT License
37 stars 15 forks source link

Table of Contents has broken links #28

Closed LoganTFox closed 1 year ago

LoganTFox commented 1 year ago

When I try to click a link on the side card table of contents, the links are broken and it brings me back to the main dashboard of Nova.

Screen Shot 2023-02-23 at 1 42 09 PM Screen Shot 2023-02-23 at 1 42 38 PM
dniccum commented 1 year ago

This is very likely related to #26. Assuming it is, this is a known issue. I am working on a fix.

LoganTFox commented 1 year ago

Sounds good thank you! I appreciate your speedy work!

mstaack commented 1 year ago

yeah seeing the same issue. basically a wrong created link resulting in a 404 route call like this

All Inertia requests must receive a valid Inertia response, however a plain JSON response was received.
{"message":"Not found"}

proposed a change that fixed my issue in #33