Hello All. I am running a LEMP Stack. My products are 404ing not matter what route I take. Either using the URL rewrite or using the direct link.
They do not show up under the category (however I can navigate to the category using the url rewrite)
What I've done so far.
Products They are enabled, quantity over 0, in stock, Visibility (Catalog,Search), Product in website (main website).
I have reindexed (all indexes are current to date), flushed cache, setup:upgrade, di:compile a bunch of times. Yes I have ran the reindex command.
I have checked the sequence_product table each of my id's on in there
In configuration catelog search engine opt the product and category url suffix is blank and i have refreshed the cache.
I may be missing something since I feel I have tried everything.
Not sure exactly what else to do I would appreciate any suggestions.
Thanks Magento Community.
Best,
Hello @brandon_irwin
Check below points you have followed correctly or not.
1.General->Status = Enabled
2.general->Visibility = Catalog,Search
3.Inventory->Qty > 0
4.Inventory->Stock Availability = In Stock
5.Websites = checking your site
6.Categories = checking your category
Try commands using cli:
php bin/magento setup:static-content:deploy
php bin/magento indexer:reindex
php bin/magento cache:clean
If found my answer useful. Please Click Kudos and Accept is as solution.
hello @Ankita Biswas
I have tried those before, and just tried them again. No luck.
Any other suggestions? I appreciate you getting back to me so quickly!
Hello @brandon_irwin
Please try to access product by below URL which have fulfilled below condition.
https://magento.com/catalog/product/view/id/{product_id}
Example: https://magento.com/catalog/product/view/id/1 - Here 1 is product id.
Check below points you have followed correctly or not.
1.General->Status = Enabled
2.general->Visibility = Catalog,Search
3.Inventory->Qty > 0
4.Inventory->Stock Availability = In Stock
5.Websites = checking your site
6.Categories = checking your category
--
If my answer is useful, please Accept as Solution & give Kudos