#CreateResource Page not found (404) if the create page indexed before the view one (fixed for help)

2 messages · Page 1 of 1 (latest)

jovial currentBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

undone sleet
#

That’s just how routing works in laravel. The order is important. If view is above create then it’s trying to find a record with the id of ‘create’.