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

I have a list which has no defined access control but one of their fields has a denied all access policy like the following but I am able to query...

This, *link* (**NOTE:** Github is messing up this link if I provide it: it's supposed to be https://github.com/keystonejs/keystone/discussions/ + 7696, but it somehow turns into a pull request link), got...

- Use pnpm for dependency management. - Run `keystone postinstall` Expected behaviour: Postinstall completes Actual: Error thrown when trying to install Prisma, see below screenshot (it's for `postinstall --fix` but...

![filter](https://user-images.githubusercontent.com/26507643/174059709-a6e90cb6-1445-446a-8031-a65f78fe9e6b.png) Here in the input box, we can add only 1 item.

🐛 bug

Upgrade to @keystone-6/ui 2.0.0 (from 1.1.1), run `keystone build` Expected: The Admin UI bundle builds successfully. Actual: Building static pages fails with the errors shown in the screenshot below. ![image](https://user-images.githubusercontent.com/87641417/173159777-4e57e8a5-c0c0-45a2-aeb5-b173ace7d1cd.png)...

While trying out Component Blocks I wanted to use different [Form Fields](https://keystonejs.com/docs/guides/document-fields#form-fields). In the file `component-blocks.tsx` I have the following code to use a normal text field (`fields.text()`). ```js import...

🐛 bug

**Grouping fields:** When configuring the Admin UI for users, it can sometimes be helpful to **group a series of fields** together to provide a related context and thereby improve the...

Follow the custom logo flow and add a png ``` /** @jsxRuntime classic */ /** @jsx jsx */ import Link from 'next/link'; import { jsx, H3 } from '@keystone-ui/core'; import...

🐛 bug

## Steps to reproduce 1. Quick install keystone: ```bash yarn create keystone-app cd my-app yarn dev ``` 2. Open admin ui, create a user 3. select Users list 4. select...

🐛 bug

Create starter Keystone app with `npm init keystone-app`, run locally and visit http://localhost:3000 from Safari. Console reports a warning: Warning: Prop `className` did not match. Server: "css-18ddu8m-Dot" Client: `"css-16jphdv"` Browser:...

🐛 bug