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

Having a button that automatically copies code to the users clipboard would be a nice QoL improvement, especially for those following guides.

At the moment the delete error alert flow fails to do the following: * Inform which items failed on deletion. * Associate the failure to delete with the item that...

🐛 bug

I would want to use DateTime offset set to local timezone, this way all the date string can be viewed in admin ui as local date time rather than UTC....

# Bug report `info.cacheControl` is undefined in custom queries that are called from `keystone.executeGraphQL` ## Describe the bug Custom queries called from `keystone.executeGraphQL` will have `info.cacheControl` be undefined. `info.cacheControl` needs...

I've added 2 auth strategies: Google and FB, with redirects URL `/auth/google` and `/auth/fb`. Next I've forked the AdminUI, and I've added 2 regular buttons with href to URLs mentioned...

Hello Everyone, I have been struggling to find the issue. I'm using the new Keystone-next to build an Admin Ui for my Database. I have achieved what I try to...

Click events are not registering within `ToolbarGroup` component in custom component blocks in the document field. I think this is a bug with either the [latest release](https://github.com/keystonejs/keystone/releases/tag/2022-08-19) or the one...

🐛 bug

The document field often errors out and blocks the page. `Error: Cannot resolve a Slate point from DOM point: [object Text],17` Most likely related to slate. ``` @keystone-6/fields-document: 4.0.1 Node...

🐛 bug

1. Create the following 2 schemas: ```typescript ProductImage: list({ fields: { image: image({ storage: "local_images", }), product: relationship({ ref: "Product.images", many: false, }), }, }), Product: list({ fields: { images:...

Should I be able to deploy just the admin UI/GraphQL endpoint to Vercel so that both can be run remotely? I know there are instructions on doing an [embedded deployment](https://keystonejs.com/docs/walkthroughs/embedded-mode-with-sqlite-nextjs#bonus-deploy-to-vercel),...