cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 Meta Description on Admin Product Edit page not working

SOLVED

Magento 2 Meta Description on Admin Product Edit page not working

My data is not showing on product edit page admin. Its shows error like below

 http://prntscr.com/f1dwpz

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.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.
1 ACCEPTED SOLUTION

Accepted Solutions

Re: Magento 2 Meta Description on Admin Product Edit page not working

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

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

View solution in original post

12 REPLIES 12

Re: Magento 2 Meta Description on Admin Product Edit page not working

Image link does not showing all thing.

 

Have you migrate from Magento 1 to Magento2?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Meta Description on Admin Product Edit page not working

Hello @Sunil Patel,
Yes, i have migrated data from Magento 1 to Magento 2.

Thanks

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Magento 2 Meta Description on Admin Product Edit page not working

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

 

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Meta Description on Admin Product Edit page not working

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

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Magento 2 Meta Description on Admin Product Edit page not working

is js merge enable on site? may be js create problem?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Meta Description on Admin Product Edit page not working

@Sanjay Jethva have you checked?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Meta Description on Admin Product Edit page not working

Hello @Sunil Patel,

I have checked but its not working.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.

Re: Magento 2 Meta Description on Admin Product Edit page not working

@Sanjay Jethva

is there any js error into console?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Magento 2 Meta Description on Admin Product Edit page not working

@Sunil Patel
I have already specified js error in my first message.

Problem solved? Click Kudos and "Accept as Solution".
200+ Magento 2 Extensions for Enhanced Shopping Experience.