You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.
I'm trying to use it with Prisma and it works fine on dev, but on build, request to database wont return result but return page html instead in response. is there any configuration needed?
I also moved database and prisma-client generator output to resources folder but still no result.
I think it's because of serverMiddleware . it wont be called in built .exe file . is there anyway to solve that??
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to use it with Prisma and it works fine on dev, but on build, request to database wont return result but return page html instead in response. is there any configuration needed?
I also moved database and prisma-client generator output to resources folder but still no result.
I think it's because of serverMiddleware . it wont be called in built .exe file . is there anyway to solve that??
The text was updated successfully, but these errors were encountered: