craftcms / feed-me

Craft CMS plugin for importing entry data from XML, RSS or ATOM feeds—routine task or on-demand.
Other
286 stars 140 forks source link

Getting unknown property: craft\fields\PlainText #1458

Closed bartrylant closed 3 weeks ago

bartrylant commented 3 weeks ago

Description

When importing products & variants into Commerce, I get a Getting unknown property: craft\fields\PlainText error

Steps to reproduce

  1. Import a valid xml file into a Commerce 5 site
  2. As Unique Identifier, I chose Product SKU, which is a custom plain text field I added to the products
  3. Run the feed

Additional info

Scherm­afbeelding 138 Scherm­afbeelding 139
i-just commented 3 weeks ago

Hi, thanks for reporting! It’s related to this issue: https://github.com/craftcms/cms/issues/15147, which was fixed in 5.2.0-beta.3. If you update to 5.2.0-beta.3 or later and try again it should work as expected.