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?