Daniel Cousens
Daniel Cousens
@Thinkscape what is your expectation in any event, short-lived POSTGRES connections? Or something like https://neon.tech/blog/how-to-use-postgres-at-the-edge ?
@kennedybaird indeed, the trade-off was to help make my life easier in keeping the examples up to date. I'm happy for us to inline the `fixPrismaPath` code for each example,...
Replaced with https://github.com/keystonejs/keystone/pull/8691
Cannot reproduce this, and you should _always_ have `NODE_ENV=production` if you aren't locally developing the project, @chukwumaijem please provide more information
> The key is to import dotenv before importing schema (otherwise error does not happen) and having NODE_ENV=production in .env [This aligns with the `dotenv` documentation](https://www.npmjs.com/package/dotenv) > As early as...
Interesting, I think we should keep this open
@ttbarnes are you saying that setting `NODE_ENV=production` in your environment fixed #8791 ?
@ttbarnes in a major release coming soon (as it will be a breaking change), we will be updating the behaviour of `ui.isDisabled` to omit the definition of the `adminMeta` GraphQL...
Thanks for the detailed description @marekryb, hopefully we can reduce the complexity of this through some parallel improvements and then come back to thinking about how we can stop this...
Thanks @pnodet, I'll check that out as soon as I can