Discussions

Ask a Question
Back to All

No such file error on Deploy field types text and file

Reproduction Steps:

  1. wagon generate content_type books title: string demo: text picture: file
  2. Deploy Changes
  3. Create Entity in CMS
  4. Synchronize content including data
  5. Deploy content_entries

Data:
books.yml

- Draco
    title: Draco
    demo: '<img
      title="Screen_Shot_2019-04-08_at..." alt="undefined" src="/samples/assets/Screen_Shot_2019-04-08_at_12.56.14_PM.png">'
    picture: "/samples/content_entries/Reveal_ICS_MA_240.png"