jonfanz
PPrisma
•Created by Time on 1/17/2025 in #help-and-questions
Was a token launched or the one that is out is a scam
6 replies
PPrisma
•Created by troop4christ on 12/18/2024 in #help-and-questions
4 1/2 years this GitHub issue has been sitting after it was acknowledged but now radio silence.
Hey @troop4christ ! I just replied to you on Twitter but I can answer here as well 🙂. Unfortunately, I don’t think we have any updates on this one. We’ve recently revived our public roadmap though, which we will update every three months with the major issues we plan to address. Here’s our first installment: https://github.com/prisma/prisma/issues/25794
We also recently put out the ORM Manifesto which goes into depth on how we want to approach the governance of the ORM. Here’s a link to that: https://github.com/prisma/prisma/discussions/25772
We’re going to continue addressing issues, primarily focusing on those with the most 👍 reactions as it’s the clearest way we have to community need.
I know that’s probably not the answer you want, but does that make sense? Any other questions I can help answer?
2 replies
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 well5 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
4 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