Hello,
I am trying to modify the application and remove the posts collection.
I have tried to :
- Remove all the referenceTo: 'Posts',
- use npx payload generate:types
Still getting errors regarding sanitizing
[node_modules/payload/src/fields/config/sanitize.ts:114
throw new InvalidFieldRelationship(field, relationship)]
Basically what I want is to have all the functionality in the bolierplate but without the posts collection.
Any suggestions?