cancel
Showing results for 
Search instead for 
Did you mean: 

Products 404 Help!

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Products 404 Help!

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,

3 REPLIES 3

Re: Products 404 Help!

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.

Magento Developer
Ankita Biswas

Re: Products 404 Help!

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!

 

 

Re: Products 404 Help!

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