keystone icon indicating copy to clipboard operation
keystone copied to clipboard

The most powerful headless CMS for Node.js — built with GraphQL and React

Results 298 keystone issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug The "Save changes" submit button doesn't disable itself again if you first tried to save values that failed. ## To Reproduce Steps to...

# Bug report I followed this [example walkthrough](https://keystonejs.com/docs/walkthroughs/embedded-mode-with-sqlite-nextjs) from the KeystoneJS website, and am getting the following error when next.js attempts to start keystone using `yarn dev`: ``` ✨ Starting...

Currently when a users login expires in the Admin UI, we see `Error` messages rendered in the UI and `Access denied` in network responses. ![image (3)](https://user-images.githubusercontent.com/737821/130886695-747f83dc-4c71-417c-a3ad-1133b7e1409d.png) Ideally this shouldn't occur,...

🐛 bug

## Describe the bug On Firefox (Ubuntu) the first of the columns button is misaligned, which confused me because I thought, it would create some irregular 3 column grid. ##...

🐛 bug

Keystone 25.0.3 fails to build a production release under MSYS2 windows ## To Reproduce Install MSYS2 and node 14.17.6 ``` yarn create keystone-app app cd app yarn build ``` ##...

If a field is set to `text({ db: { isNullable: true } }),` and for the schema `itemView: { defaultFieldMode: 'read', },` is active, then the view does not make...

🐛 bug

# Bug report ## Describe the bug Not sure if this is exactly bug or some configuration is needed. I noticed that authentication does not ignore case when matching `identityField`....

🐛 bug

# Bug report Hi, I have a problem with last update (5th october), my backend doesn't start ## Describe the bug When I tried to access to my Keystone Dashboard...

Steps to reproduce: - create new project, - use `pnpm install`, - postinstall script will run with npm generating `package-lock.json` and messing up versions (prisma binaries). I'm not able to...

🐛 bug

After upgrading to 1.0.1 such error occurs: ``` GraphQL API Starting on http://localhost:3000/api/graphql Error: Cannot use GraphQLInputObjectType "IDFilter" from another module or realm. Ensure that there is only one instance...