thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.78k stars 2.67k forks source link

Missing required parameters for [Route...] #5134

Closed AngelSani closed 3 years ago

AngelSani commented 3 years ago

Version information

Description

This problem only happen in a specific BREAD, of a model called 'Review', I do have in the table of the database a primary unsigned auto increments key called id, I mention this because you explained this was the solution, so I don't know why is happening, this only happens in browse

Steps To Reproduce

Steps to reproduce the behavior:

  1. Go to the menu
  2. Click on the "Reviews" segment
  3. See error

Expected behavior

Well I expected the browse view

Screenshots

Screen Shot 2020-10-30 at 3 41 17 PM

Additional context

The same problem happens with another Model called VideoReview, wih the same especifications

emptynick commented 3 years ago

Voyagers routes are all prefixed with voyager. so this doesn't look like a Voyager route. There is either a custom action with a wrong route or a third party plugin injecting another route.

AngelSani commented 3 years ago

Yes, it was a custom action that worked with an older version of voyager, I changed it and it work. Thank you so much for the help.

github-actions[bot] commented 3 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. If you have further questions please ask in our Slack group.