Skip to content
New issue

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

Hot reload fix for development environments #1

Closed
wants to merge 7 commits into from
Closed

Hot reload fix for development environments #1

wants to merge 7 commits into from

Conversation

0jg
Copy link

@0jg 0jg commented Dec 30, 2020

Next.js hot reloading on a development environment creates a new instance of Prisma (and any other database client). See vercel/next.js#7811. This checks the environment of the Next.js app, and spins-up a Prisma instance accordingly.

nikolasburk and others added 7 commits November 26, 2020 08:36
Next.js hot reloading on a development environment creates a new instance of Prisma (and any other database client). See vercel/next.js#7811. This checks the environment of the Next.js app, and spins-up a Prisma instance accordingly.
Hot reload fix for development environments
@0jg 0jg closed this Dec 30, 2020
@0jg
Copy link
Author

0jg commented Dec 30, 2020

(Closed as merging into the wrong branch, see new pull request)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants