keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
Prisma errors (like PrismaClientKnownRequestError) are being caught and transformed into GraphQL errors. These transformed errors are being returned as part of the query result rather than being thrown. 1. Create...
I'm using latest version of Node (v22.5.1) and yarn (v1.22.22) and the `yarn create keystone-app` fails with "Failed to install with yarn", but succeeds with the `npm` installation fallback. I'd...
Error: vhost package initialization failed due to KeystoneJS incompatibility. Error Details: - Module: vhost - Version: 2.0.1 - Incompatible Module: KeystoneJS - KeystoneJS Version: 6.1.0 - File: /usr/local/lib/node_modules/vhost/lib/core.js - Line:...
1. Go to users > Post > create post 2. in the overlay sidebar that opens create a new tag, and edit it again 3. after editing click on save...
Reverting this back to an issue, I accidentally moved it to a GitHub discussion. Originally posted by **ARkrOSClou** July 4, 2024 React unique keys console error when adding [group](https://keystonejs.com/docs/fields/overview#groups) field...
Code from example keystone/examples/usecase-todo ## Please add steps to reproduce the problem 1. go http://localhost:3000/tasks 2. calendar ui not ok: ui bug + can't pick date by click ## Please...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [express](https://expressjs.com/) ([source](https://redirect.github.com/expressjs/express)) | [`^4.19.2` -> `^5.0.0`](https://renovatebot.com/diffs/npm/express/4.21.2/5.1.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
## Description I'm trying to add a custom page to the Keystone 6 Admin UI, but I'm encountering two issues: 1. The custom page is not rendering (404 error when...
1. Create a project Keystonejs 2. Create a DB in PostgreSQL for development mode 2. Upload or shared your project with other developer (Developer 2) include DB shared 3. (Developer...
Out of the box, `keystone dev` installs `@prisma/client` and `prisma` dependencies in such a way that version conflicts arise. 1. Perform "install" walkthrough 2. Run `keystone dev` You'll see an...