- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2021
02:24 AM
07-22-2021
02:24 AM
Admin product page wrong informations
Hello. I've created some product via rest api. I've noticed that the product informations are corrent in the frontend but in the admin page they aren't. The other strange thing is that if I change the info of a product(for example some attributes or even the title) in the admin page the product doesn't change in the frontend. I've already tried to refresh the cache.
Any idea?
Labels:
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2021
09:13 AM
07-22-2021
09:13 AM
Re: Admin product page wrong informations
Hello @Miroir Studio ,
After changing anything in product details, run below command :
php bin/magento indexer:reindex
php bin/magento cache:flush
hope it helps !
Problem Solved ? Click on 'Kudos' & Accept as Solution !

- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2021
05:17 AM
07-23-2021
05:17 AM
Re: Admin product page wrong informations
Unfortunately it dind't worked. The informations still mismatch.