Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table of Contents has broken links #28

Closed
LoganTFox opened this issue Feb 23, 2023 · 3 comments · Fixed by #33
Closed

Table of Contents has broken links #28

LoganTFox opened this issue Feb 23, 2023 · 3 comments · Fixed by #33
Assignees
Labels
bug Something isn't working

Comments

@LoganTFox
Copy link

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
Copy link
Owner

dniccum commented Feb 23, 2023

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

@dniccum dniccum self-assigned this Feb 23, 2023
@dniccum dniccum added the bug Something isn't working label Feb 23, 2023
@LoganTFox
Copy link
Author

Sounds good thank you! I appreciate your speedy work!

@mstaack
Copy link
Contributor

mstaack commented Feb 28, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants