- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2017
11:05 PM
01-23-2017
11:05 PM
Categorie view > 404 whoops our bad > cache refresh isn't a solution
Hi,
i did a new setup of magento2.1. Almost all things working fine except one. I imported my articles with csv files. After that, when I wanna look into a categorie to get this url: domain.com/categorie1/categorie21.html I only get a page "404 not found." "whoops our bad ..."
In some boards I found the information i should refresh the caches or should do a
php -f bin/magento setup:di:compile
It didnt help.
What can I do to make this work?
Thank you in advance.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017
06:49 AM
01-24-2017
06:49 AM
Re: Categorie view > 404 whoops our bad > cache refresh isn't a solution
Hi @tabstop,
Could you try with:
bin/magento indexer:reindex index_name
This command will reindex all the indexes.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017
02:24 AM
01-25-2017
02:24 AM
Re: Categorie view > 404 whoops our bad > cache refresh isn't a solution
Thanks for the help but to do a reindex changed nothing. I still get the same message.