keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
I am trying to connect images to my object with sudo context. Used the following code: ``` const context = req.KeystoneContext; const localDb = context.sudo().db; try { await localDb.Motif.updateOne({ where:...
As reported by @mmachatschek in https://github.com/keystonejs/keystone/pull/8743#discussion_r1287191909 Workaround could be to try `node --stack-size=4000 ./node_modules/typescript/lib/tsc.js`. It is suspected that a high number of lists and with a high number of relationships...
## Reproduction When adding child fields in an object field, they do not render. I'm using this in an array field as below, and am stumped as to how to...
### Steps to reproduce the problem - Configure your Keystonejs for use DigitalOcean Spaces bucket as storage. - Try to upload something - Check link provided - You will see...
Hello, Guys! I've tried to upload an image via backend api, but not luck. So, I have local image, getting it as stream, then creating Upload instance. I've used the...
## How to reproduce 1. add a new customized page under `admin/pages/index.js` 2. run Keystone Expected: Showing my customized page content Actual: ```bash ./pages/index.js Error: × Expected ';', got '__internal'...
Hey there 👋🏽, Just happened to notice that the WYSIWYG relies on default styling of html elements. In my app, I start off with using `reset.css` and then add my...
* Add `tsconfig.json` option for `baseUrl` or `paths` option, for example `"baseUrl": "./src"` or `"paths": {"@/*", "./src/*"}` * import anything using the aliases it breaks with module not found error...
### Steps 1. Have a list with a decimal field ```ts list({ fields: { lineAmount: decimal({ validation: { isRequired: false, min: "0.0" }, defaultValue: "0", precision: 10, scale: 2, }),...
Having an `Upload` object in a extended custom mutation and trying to pass it to `query` or `graphql.run` fails with the following error `GraphQLError [Object]: Variable "$data" got invalid value...