Can you check the request that is executed from vue?
It looks like you route will be domain.tld/{locale}/sliders/{slider}
where slider should be an integer that will be transformed to the Slider model but your error say it is a string.
I have checked the route.
Route is http://127.0.0.1:8000/en/sliders/2
Slider with id=2 also exists in the database
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community