jonfanz
jonfanz
PPrisma
Created by orionvala on 12/16/2024 in #help-and-questions
Issues with shared library libssl.so.1.1
Not sure. I'll tag our support folks @Nurul (Prisma) and @RaphaelEtim so they can take a look when they're online. We had some issues w/ Alpine 3.21 based images, so if you can try node:18-alpine3.20 that might help. but the error you're seeing isn't similar to the others.
12 replies
PPrisma
Created by orionvala on 12/16/2024 in #help-and-questions
Issues with shared library libssl.so.1.1
Hm okay. Could you try node:18 and near the latest version of Prisma ORM? 5.20+ if possible
12 replies
PPrisma
Created by orionvala on 12/16/2024 in #help-and-questions
Issues with shared library libssl.so.1.1
What docker image are you using as your base? Alpine?
12 replies
PPrisma
Created by Thailan on 12/16/2024 in #help-and-questions
node:20-alpine OpenSsl deployment issue
If you want to stay on Node 20
5 replies
PPrisma
Created by Thailan on 12/16/2024 in #help-and-questions
node:20-alpine OpenSsl deployment issue
You can also try FROM node:20-alpine3.20 and that should resolve your issue as well
5 replies
PPrisma
Created by CreatixEA on 12/8/2024 in #help-and-questions
Why can't we connect directly to postgres ?
Would you mind sharing the error message directly? Also, is your code running in a Vercel edge function or edge middleware?
5 replies
PPrisma
Created by Chris Valentine on 12/8/2024 in #help-and-questions
v6 Migration Doesn't Work
@Chris Valentine thanks for your patience. Do you think you could share your schema? By DM is fine is you’d prefer. We’d like to reproduce this
17 replies
PPrisma
Created by Chris Valentine on 12/8/2024 in #help-and-questions
v6 Migration Doesn't Work
Cool. Let me take this back to the dev team. Definitely weird
17 replies
PPrisma
Created by Chris Valentine on 12/8/2024 in #help-and-questions
v6 Migration Doesn't Work
Yeah, not sure why that is. I’m going to have to bring this to our dev team, so unfortunately can’t give you an answer right away. But the original migration looks correct. That’s giving you the dreaded “reset db” message?
17 replies
PPrisma
Created by Chris Valentine on 12/8/2024 in #help-and-questions
v6 Migration Doesn't Work
Yeah, I’m just wondering what our system thinks is different. Want to rule out any bugs on our end 🙂
17 replies
PPrisma
Created by Chris Valentine on 12/8/2024 in #help-and-questions
v6 Migration Doesn't Work
Could you try using db pull to get your local schema in sync with your db? What does that change?
17 replies
PPrisma
Created by CreatixEA on 12/8/2024 in #help-and-questions
Why can't we connect directly to postgres ?
Hello, We haven’t changed support for Next.js in a while (maybe over a year?) What error messages are you getting?
5 replies
PPrisma
Created by Jon Higger (He / Him) on 12/8/2024 in #help-and-questions
CreateMany not allowing me to create nested M:N entities
If I’m understanding correctly, you’re trying to create many items and also one or more item tags for those items. That currently isn’t possible with Prisma: https://www.prisma.io/docs/orm/reference/prisma-client-reference#createmany (see under remarks) A workaround is to create many items and then make a second call (perhaps in a transaction) to create tags. Similar to this example: https://www.prisma.io/docs/orm/prisma-client/queries/relation-queries#using-nested-createmany
8 replies
PPrisma
Created by brain.implode on 12/8/2024 in #help-and-questions
If I want to conenct to Prisma Postgres from the app which is developed by .NET, how can I do it.
Unfortunately that’s a temporary limitation of Prisma Postgres https://www.prisma.io/docs/orm/overview/databases/prisma-postgres#no-direct-tcp-connection Direct TCP connection support is planned, but isn’t currently available
3 replies
PPrisma
Created by Tomathy on 12/3/2024 in #help-and-questions
Migrating to v6 issues with optimize
Odd. Let me take this to the team
6 replies
PPrisma
Created by Tomathy on 12/3/2024 in #help-and-questions
Migrating to v6 issues with optimize
Could you try updating the optimize extension to 1.1.0?
6 replies
PPrisma
Created by Gautam on 11/15/2024 in #help-and-questions
Is there no more online database browser from prisma?
We sunset Data Browser, which you’re referring to, a while ago unfortunately. But watch this space. More news soon 😁
6 replies
PPrisma
Created by Mr Tung on 11/6/2024 in #help-and-questions
Cannot create a JSON value from a string with CHARACTER SET 'binary'
Hi there, please don't ping moderators unless it's an issue of safety or to report a violation of rules
5 replies
PPrisma
Created by Peacock on 10/31/2024 in #help-and-questions
Prisma Postgres Pricing
No problem at all and if any others come up, do let us know 🙂
5 replies
PPrisma
Created by Niels on 10/31/2024 in #help-and-questions
Way to run migrations & seeding using the PrismaClient
I mean it is if you use exec and open up a new process, but not in a convenient way
7 replies