Bump, anyone experienced this before, got any ideas?
Aug 6, 2015
6
Level 1
Nested resources more than 2 deep throwing 404's with MySQL.
So, strange issue I’m having with nested resources in 5.1, I have a route defined as groups.feeds.images with route model binding for groups, feeds and images. Now locally, using sqlite and the built in artisan serve, if I hit {url}/groups/1/feeds/1/images/1 I get the resource I am after, but on our production server running ngix and mysql, we get a resource not found. Now this only seems to happen with nested resources that are more than 2 deep, {url}/groups/1/feeds/1 works fine, so does {url}/groups/1/feeds/1/images/. Any ideas fellow Laravists?
Please or to participate in this conversation.