#Using npx create-payload-app with the website template, Now I want to remove the posts collection

2 messages · Page 1 of 1 (latest)

grand parrot
#

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?

vital lilyBOT