why does spark keep hitting /coupon/user/{id} with a 404?
I haven't set up any coupons and don't use them, but for some reason it hits this url on every request and returns a 404. Anyone know why? I think this only started happening since I upgraded to 5.3/2.0
yea I saw that as well.. just weird that a default functionality would have a 404 thrown in the console on every page refresh for every user.. i don't like red messages :(
Removing abort(404) from the CouponController prevents the error message from displaying in the console. If a coupon is not found for the user, a 404 is thrown. According to @themsaid ( https://github.com/laravel/spark/issues/305 ) this is normal, expected behavior.