prisma is not defined on deploy #50821
Unanswered
chriscreber
asked this question in
Help
Replies: 3 comments 2 replies
-
Also, btw I mostly followed this tutorial https://www.prisma.io/blog/fullstack-nextjs-graphql-prisma-oklidw1rhw |
Beta Was this translation helpful? Give feedback.
1 reply
-
nope i gave up lol sorry
… On Oct 5, 2023, at 2:19 PM, Nathan Farr ***@***.***> wrote:
did you ever figure this out? I'm having the same issue and have been following the same tutorial
—
Reply to this email directly, view it on GitHub <#50821 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AINCLRVHTX7OAUM723Q7YYLX54P4LAVCNFSM6AAAAAAY3ZVZSKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TEMBTGE3DG>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I had same problems, anything news ?? xD |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
My app works fine locally and is able to pull data through the data proxy. I do not have any errors during the build phase of my deployment, but once deployed I get a
prisma is not defined
when I load the home screen. I've made sure I havenpx prisma generate --data-proxy
running during the build phase, but I keep getting this error.Additional information
Build logs:
Beta Was this translation helpful? Give feedback.
All reactions