- Clone this repo: https://github.com/junaid33/ks-error-repro
- Add local postgres connection URL to .env
- npm install, npm run create-tables, npm run dev
- Go to localhost:3000/admin/graphql
- Enter this to create a user:
mutation { createUser( data: { name: "Keystone" email: "[email protected]" password: "password" } ) { id name email } }
- Log into localhost:3000/admin using created log-in.
- Click on OrderItem, ChannelItem, and Match and you will see errors