keystone
keystone copied to clipboard
The most powerful headless CMS for Node.js — built with GraphQL and React
Hey I'm getting the same error after upgrading to the newest release, from the version before It's building the app correctly but after the point `Admin UI ready` it fails...
When looking at the timestamp field in the list view, the displayed format does not match the users locale. This is because the `packages\keystone\src\fields\types\timestamp\views\utils.ts` function `formatOutput()` just uses the standard...
create basic keystone and create user. Then do logout it just refreshes the page. Maybe it has something to do with extending user schema logging out correctly safari Version 15.5...
1: npm init keystone-app 2: add code to a text field and run dev server ``` fields: { name: text({ validation: { length: { max: 8, //this max property caused...
Presently if images aren't valid in the `cloudinaryImage` field, and the field is a selected column in the list view, the UI looks pretty gnarly: You can replicate this by:...
## Please add steps to reproduce the problem 1. Use Docker or Podman with a `compose.yaml` that has `DATABASE_URL` set to a PostgreSQL connection string, e.g. `postgres://foo:bar@server/app` (see below for...
## How to reproduce ``` keystone build keystone start ``` ## Expected behavior The app is built into a production-ready output dir (ex : `dist`) and `keystone start` runs that...
In general, I'm running into a lot of issues when trying to use prisma migrate when deploying to digitalocean app platform. I have a production app (and some staging/test apps)...
Creating a dynamic page from a `document` loses all typing. Querying `document(hydrateRelationships: true)` just returns JSON, rather than strict types. In strapi, this keeps the types and I would do...
These are unhelpful since every test wipes and sets up the db again so these messages show up a lot. We actually already skip them when `process.env.TEST_ADAPTER` is present (which...