404 on products/${id} request
-
As title says, the product is listed fine when I call /products request, its in data table and i can display it fine.
But if I want a single product data on product page load, it returns 404.
-
Hello @Peppek1993,
You can view the error directly in your browser by enabling the debug bar. To do this, open the .env file and set APP_DEBUG to
true
. This will display the error details for you.