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

Added a GraphQL syntax highlighter and an SQLite file viewer/editor extension.

This pull request updates the type of `id` on type `BaseItem` to be of type `unknown` instead of `string`. This helps reduce a number of type errors where `string |...

- [X] Move create-keystone-app inside mono-repo - [X] https://github.com/keystonejs/create-keystone-app/pull/427 PS: I was looking at [create-payload-app](https://github.com/payloadcms/payload/tree/main/packages/create-payload-app) maybe we can borrow that code for KS also, which will allow multiple KS templates...

Hiya, i've bumped the following packages to the [latest versions](https://github.com/keystonejs/keystone/releases/tag/2024-04-16), with node version `21.6.2`, NPM version `10.2.4`: ```js "@keystone-6/auth": "^8.0.0", "@keystone-6/core": "^6.0.0", "@keystone-6/fields-document": "^9.0.0", ``` When running `npm run dev`,...

🐛 bug

If `/.keystone/admin/../../next.config.js` exists, it will get merged into keystone's admin-ui's NextJS config at runtime.

help wanted

When running the `examples/assets-local` with `pnpm dev` and try to upload an image I get: ```txt An error occurred while resolving input fields. - Post.banner: require() of ES Module /home/jneidel/tmp/keystone/node_modules/.pnpm/[email protected]/node_modules/file-type/index.js...

I created a simple Keystone JS app which runs fine locally. I tried deploying it to Azure App Service using GIthub actions. My workflow file: ` name: Build and deploy...

`// create turborepo npx create-turbo@latest my-monorepo cd my-monorepo // add keystone to turborepo cd apps npm init keystone-app my-keystone-app cd my-keystone-app npm run build` As I expect it should build...

### Issue Description: When running Keystone in a Docker container on a server without internet access, I encountered a connection timeout issue related to downloading openssl(I have installed openssl in...

ref #9183 ### Blocked by - [x] #9189 This PR updates the template to generate the App router, default to typescript version which can be turned off by setting `config.ui.tsx...

breaking