Replies: 1 comment
-
Got it. I solved with:
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Sorry for answer it here, but I didn't find anything similar.
I'm currently trying to redirect into a nested route. In my case I have http://mywebsite/projects/{project_id}/history/{history_id}/edit
That's where I want to reach, but I don't manage to call correctly into a inertia-link.
The error I get is this:
Uncaught (in promise) Error: Ziggy error: 'project' parameter is required for route 'history.edit'.
My Props are called correctly, because if I print my project.id and my history.id, I can see that they're correct and they're not missed at all.
So I guess I just don't manage to pass 2 parameters into my inertia-link properly (I'm really new at programming, so I may be missing anything very basic, but... I'm not sure what it is). Any help will be apreciated.
Beta Was this translation helpful? Give feedback.
All reactions