You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the network tab in my console I'm getting a 404 after selecting a option from the first dropdown. That's because of the $resource = $request->newResource(); which leads to the resource() method in the InteractsWithResources trait:
In the network tab in my console I'm getting a 404 after selecting a option from the first dropdown. That's because of the
$resource = $request->newResource();
which leads to theresource()
method in theInteractsWithResources
trait:$this->route('resource')
is returningfalse
because there is noresource
route parameter in the route:Laravel: 5.8.10
Laravel Nova: 2.0.1
The text was updated successfully, but these errors were encountered: