404 not found when using Jetstream+Inertia #705
Unanswered
Madhukarsprabhakara
asked this question in
Help
Replies: 1 comment
-
chances may be something wrong with your controller or 1 problem would not present in your database |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Folks,
So I am building this app using Jetstream+Inertia and I am running into problem when defining a route that is bound to a model:
For example, in my web.php file I have defined the following route
In my vue file I have this,
When I click on the link which actually translates to /problems/1 - it gives me 404 error
Any clues why that might be the case? Many thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions