We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In order to make use of the nextjs app router & the edge runtime, a couple of core dependencies need to be updated to support this.
Mainly looking at:
next-auth
I believe there are experimental versions of these available which could be tested (and implemented if working)
See also: t3-oss/create-t3-app#1364
The text was updated successfully, but these errors were encountered:
Also Prisma 5.0 released and has some major changes. For example "jsonProtocol" is now out of preview.
Sorry, something went wrong.
Yeah, I've actually already updated prisma in #43 but I'm not sure if prisma is quite edge ready - something to look into
No branches or pull requests
In order to make use of the nextjs app router & the edge runtime, a couple of core dependencies need to be updated to support this.
Mainly looking at:
next-auth
v5 nextauthjs/next-auth#7443)I believe there are experimental versions of these available which could be tested (and implemented if working)
See also: t3-oss/create-t3-app#1364
The text was updated successfully, but these errors were encountered: