Closed Stalex89 closed 3 months ago
I'm unable to reproduce this here, but I do note that you somehow have two products named "General" somehow listed in Content SEO. I think this might be causing the issue; go in to the seomatic_metabundles
table and delete one of those two rows named "General" and see if that doesn't fix it.
I made a change that effectively does the above for you:
Craft CMS 3:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop as 3.5.3”,
Then do a composer clear-cache && composer update
…..
Craft CMS 4:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v4 as 4.1.3”,
Then do a composer clear-cache && composer update
…..
Craft CMS 5:
You can try it now by setting your semver in your composer.json
to look like this:
"nystudio107/craft-seomatic": "dev-develop-v5 as 5.1.3”,
Then do a composer clear-cache && composer update
@khalwat the issue is resolved now, thank you very much! 🙂
Describe the bug
Changes for the Content SEO settings are not saved for the Craft Commerce 'product' type. All other entry types have no issue with saving changes. Neither error message appears in the console, nor endpoint failure received. Enclosing the video of the issue
Tried the following:
php craft resave/products
commandStill the issue remains
To reproduce
Steps to reproduce the behaviour:
Expected behaviour
The changes are saved and reflected for the Craft Commerce 'product' type
Versions
https://github.com/user-attachments/assets/35813e94-f73e-4fab-a4e8-759bca3d5dd9