My data is not showing on product edit page admin. Its shows error like below
Console showing me ReferenceError: showSpinner is not defined in https://demo.com/pub/static/adminhtml/Magento/backend/en_US/knockoutjs/knockout.js line 2624 > Function
Thanks for your answer in advance.
Solved! Go to Solution.
If i set Enable WYSIWYG = No from Stores->Attribute->Product->meta_description attribute than this problem is resolved.
This is a temporary solution but seems like there is a problem with the WYSIWYG editor.
Thanks
Image link does not showing all thing.
Have you migrate from Magento 1 to Magento2?
Hello @Sunil Patel,
Yes, i have migrated data from Magento 1 to Magento 2.
Thanks
Hello,
Please check value in db, is that exist that attribute info into db.
Let 's example your attribute is: meta_description find attribute id from eav_attribute table, than check which type is that text then it will save data into catalog_product_entity_varchar , filter by that table that attribute id and entity_id of that product
Hello @Sunil Patel,
Actually problem is that we get the meta description value of product in frontend but editor is not loading in admin product edit page.
Please check this screenshot.
http://prntscr.com/f1dwpz
I am facing same problem in cms pages where i am unable to load cms page description in admin.
Thanks
is js merge enable on site? may be js create problem?
@Sanjay Jethva have you checked?
Hello @Sunil Patel,
I have checked but its not working.
is there any js error into console?
@Sunil Patel
I have already specified js error in my first message.