ethercreative / seo

SEO utilities including a unique field type, sitemap & redirect manager
MIT License
267 stars 95 forks source link

502 error caused when saving entry with validation errors whilst using the plugin #478

Closed andrewhawkes closed 4 months ago

andrewhawkes commented 4 months ago

Description

It seems the SEO plugin is causing a 502 error when you try to save an entry with a field validation issue. For example, a required field does not have a value or a text field is over the max character length.

This originates from an issue on Craft CMS https://github.com/craftcms/cms/issues/14867. See i-just's comments for further details.

Steps to reproduce

  1. Add SEO field to an entry type
  2. Try save the entry with a validation issue
  3. 502 error is thrown

Additional info

Tam commented 4 months ago

Fixed in v5.0.0-rc2