#`versions` field with `autosave` breaks collection creation page

5 messages · Page 1 of 1 (latest)

candid dirge
#

On the latest (3.5.0) payload version, the website template breaks when trying to create a new Post or Page with this error

  digest: '3172091235'
}```

To reproduce run `npx create-payload-app` and use the `website` template with default settings and try to create a new post.

If you change 

drafts: {
autosave: {
interval: 100
},
},

to 

versions: {
drafts: true,
}


It works fine.  Am I missing something?
flint roostBOT
surreal eagle
#

Thanks @runic meadow !

candid dirge
#

Sweet. Thank you!