Markus Machatschek
Markus Machatschek
this would be very much appreciated. opens a lot of ground that are currently only possible with workarounds (serverless admin ui)
@borisno2 I was just hit with this issue too, after using app router I'm unable to update fields which use the `document` KS fields
@borisno2 this fixes the issue with file uploads and graphql-yoga for me. If someone imports keystone in a different project (workspace setup), you need to make sure to export the...
@dcousens I'll rebase this onto the `major` branch when that one has the latest changes merged if this PR is of interest?
@dcousens I'm currently unable to polish/rebase this PR to a state where it would be mergeable. Prisma works with 5.11 in our huge codebase. We have tested the prisma serverless...
this may be related to https://github.com/keystonejs/keystone/issues/7984 @jordie23 ping
@jpwilliams can you verify the above example by @aon and update the middleware example in the docs? sentry-js v8 has been released two weeks ago and it would be nice...
If needed I can cross post this issue on the next.js repo too.
@andyjy I added the `transpiledModules` for the sake of reproduction. We have a internal package (in our codebase) that exports a CMS which uses prisma. That internal package is used...
@andyjy we use turbo repo with nextjs and the internal packages and when we are not transpiling our modules we run into the issue that is described here: https://turbo.build/repo/docs/handbook/sharing-code/internal-packages#5-try-running-the-app not...