Helix
Explore posts from serversPPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
It is not, I can send you over a zip file of the project, or I can make it public temporarily. I can also send over any files you need.
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
Almost like it wouldn’t install properly but it was installed and I could see it in my node_modules
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
It was failing to import in my next.config.js
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
Any ideas?
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I have tried the fix in the error logs but it fails to import the monorepo fix in the next.config.js
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I forgot to import the client from the outputs. I'm having a new issue though, whenever I try to deploy my site to heroku I am getting this error now.
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I figured it out!
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
this is the prisma clients
19 replies
PPrisma
•Created by Helix on 11/18/2024 in #help-and-questions
Two Schemas but only one will stay generated at a time
I have two different database schemas one called aero and one called alec_site that I'm trying to connect to, aero contains the user data & app specific data where alec_site contains other data that I need. I'm not getting any specific errors besides
Property 'vendor_id_walmart' does not exist on type 'PrismaClient<{ datasources: { db: { url: string; }; }; }, never, DefaultArgs>'.
for the alec_site db.19 replies