keystonejs / create-keystone-app

CLI app that makes it easy to get started with Keystone
https://keystonejs.com/tutorials/getting-started-with-create-keystone-next-app
MIT License
38 stars 10 forks source link

Unable to create "Tag" before creating "Post" #395

Closed tofsjonas closed 1 year ago

tofsjonas commented 1 year ago

Reproduce

yarn create keystone-app
cd my-app
yarn dev
  1. Go to http://localhost:3000/
  2. Create Admin User
  3. Go to Posts -> Create Post (I missed a step, sorry about that)
  4. Try to add a Tag before saving the post. Watch it fail

Expectation

I would expect to be able to create a tag before I save the post

Screenshots

Nothing to show. It blinks, then It looks like I didn't do anything

Context

I doubt if it matters, but I'm on node16 and using firefox

dcousens commented 1 year ago

Go to Posts, try to add a Tag before saving the post. Watch it fail

Can you describe what "Watch it fail" represents? What fails?

tofsjonas commented 1 year ago

Creating a tag fails 😉

https://user-images.githubusercontent.com/1842179/214245096-b11382e0-999e-48f8-a1a9-50f08b9c51e7.mp4

dcousens commented 1 year ago

Thanks for the video @tofsjonas, it helps :yellow_heart:

borisno2 commented 1 year ago

Hi @tofsjonas This issue has been resolved in PR https://github.com/keystonejs/keystone/pull/8177 - so will be fixed in the next release of Keystone.

borisno2 commented 1 year ago

Issue resolved in https://github.com/keystonejs/keystone/releases/tag/2023-02-23