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

User list has a `many: true` relationship field to Message list. Message list has a `many: false` relationship field to User. (hence the foreign key to User is defined on...

## Background * Mentioned here https://github.com/keystonejs/keystone/issues/8143#issuecomment-1340931482 * Reported in slack https://keystonejs.slack.com/archives/C01STDMEW3S/p1682573272390949 ## Repro steps 1. `@keystone-6/core 5.2.0` 2. Have a `keystone.ts` with config, that includes a relative path (or in...

🐛 bug

As seen in https://github.com/keystonejs/keystone/pull/8357, if you use `graphql.omit`, the types will be removed from your GraphQL schema, but that schema is not the same as your `.sudo` GraphQL schema, but...

🐛 bug

### How to reproduce the problem How can I start keystone app on sub-folder instead of root? For example I have `mydomain.it` with next.js app and I would like to...

### Steps to reproduce 1. Use `config` from `@keystone-6/core` 2. Initialise Keystone config 3. Pass `context` function to `graphql.apolloConfig.context` 4. Return custom `context` object from the function 5. Try accessing...

Hi, I want to use the image in the document field and I use this solution in code => `AcademyFAQ: list({ access: allowAll, fields: { title: text(), description: document({ formatting:...

It's hard to replicate this exactly because it may be a network problem. We see an uncaught error sometimes when uploading files (specifically using the keystone cloudinary field, however it...

🐛 bug

## Please add steps to reproduce the problem 1. checkout the ecommerce example 2. add cloudinary keys (which have a default of 10MB on free plan and 20MB upload size...

🐛 bug
help wanted

When creating a chromeless document-field component, the toolbar appears when you focus the field component, and disappears when you unfocus it. Unfortunately it seems to consider trying to click on...

I want to create a text field wich allows more than 191 charracters. So when i create a textfield and change its native type to be a MySQL TEXT field....

🐛 bug