all product and category slug are 404 ( Not found)
-
Hi,
Any idea what needs to check if I'm getting a 404 to all my products and category slugs (Headers Content). Even the pages in CMS.
So far, I verified that Headers target slug have a corresponding category slug.
I also checked the APP_URL and even the one in the channel settings.I tried accessing it manually using {project}/public/{slug} nothing.
-
Just check your
APP_URL
, if everything fine so then runphp artisan optimize
.