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

ref #5106 this only does a poc of how to enable theming with admin ui. I could make changes to font and colors. This font changes needed custom logo component...

:earth_asia: pr/community

I've had this draft intro written for a week, and not had a chance to continue with the rest of the content. Opening this up for early review + visibility

### Discussed in https://github.com/keystonejs/keystone/discussions/7507 Originally posted by **PhilBookst** April 30, 2022 Hey Keystone Team, When copying text inside a component block, keystone copies the whole component block structure instead of...

Add documentation to seed the first user during development for people frequently resetting their database, so they don't have to set up a user every time.

### Discussed in https://github.com/keystonejs/keystone/discussions/7535 Originally posted by **zeepsopje** May 14, 2022 I've been trying to setup Keystone 6 for a project, but it's unclear to me how to setup it...

🐛 bug

When you configure a list with graphql `create` omitted ![Screen Shot 2022-06-23 at 5 19 34 pm](https://user-images.githubusercontent.com/44968616/175435378-660de0ca-6a49-482b-b748-6b641838151e.png) it causes a typescript error in `.keystone/types.d.ts` ![screen_shot_2022-06-23_at_5 18 40_pm](https://user-images.githubusercontent.com/44968616/175435260-1e514131-3b7c-4da7-bc1d-1c8efcebfb2a.png)

🐛 bug

If you try to query some array from db via `query` api you will get array with null as prototype. ```typescript const { roles } = await context.query.AuthUser.findOne({ where: {...

Opening this for review, need help adding it to the nav

On my publicly available Keystone instance I see a lot of errors in Keystone output like this: ``` An error occurred handling a request for the Admin UI: TypeError [ERR_INVALID_URL]:...

🐛 bug