Kasmadan (UA)
Kasmadan (UA)
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
ofc
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
No description
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
still stuck
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
If it's just about security, I can create a new key after, I just want to pass it on to continue development. @Nurul could be this option available?
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
I could give you access:) if needed. But yes, i'm waiting
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
@Nurul maybe you can make this file for me? I need to push some features...
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
No description
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
will try
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
No description
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
@Nurul (Prisma) I can't push anything in prod DB, is this expected?
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
thanks
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
thanks
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
@Nurul (Prisma)
26 replies
PPrisma
Created by Kasmadan (UA) on 2/3/2025 in #help-and-questions
Upgrade from Early Access
yes
26 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
@RaphaelEtim another one, after new build I got this installHook.js:1 Error: {"error_code":"P1012","message":"\u001b[1;91merror\u001b[0m: \u001b[1mError validating: This line is not a valid field or attribute definition.\u001b[0m\n \u001b[1;94m-->\u001b[0m \u001b[4mschema.prisma:136\u001b[0m\n\u001b[1;94m | \u001b[0m\n\u001b[1;94m135 | \u001b[0m updatedAt DateTime @updatedAt\n\u001b[1;94m136 | \u001b[0m \u001b[1;91mnotificationsAllowed Unsupported("_NotificationsAllowed")? @default(ARRAY['GOOGLE_MAP_FEEDBACK'::"NotificationsAllowed", 'SYSTEM_EMAILS'::"NotificationsAllowed", 'INFO_EMAILS'::"NotificationsAllowed", 'NEWS_EMAILS'::"NotificationsAllowed", 'FEEDBACK_EMAILS)\u001b[0m\n\u001b[1;94m137 | \u001b[0m accounts Account[] @relation("Account_userId_fkey")\n\u001b[1;94m | \u001b[0m\n\nValidation Error Count: 1"} at be (route-CbG9wzOF.js:2:8086) at prisma_schema_build.wasm.get_dmmf (prisma_schema_build.wasm-00aaae5a:0xc5dda) at O (route-CbG9wzOF.js:2:4553) at Se (route-CbG9wzOF.js:2:8969) at async Ee.getDMMF (route-CbG9wzOF.js:2:9192) at async Object.request (index-CkpF8L1q.js:1555:2680) at async Zm.init (index-CkpF8L1q.js:1588:50115) at async qL (index-CkpF8L1q.js:1608:43057) I added new field to User model notificationsAllowed NotificationsAllowed[] @default([GOOGLE_MAP_FEEDBACK, SYSTEM_EMAILS, INFO_EMAILS, NEWS_EMAILS, FEEDBACK_EMAILS]) enum NotificationsAllowed { INFO_EMAILS NEWS_EMAILS SYSTEM_EMAILS FEEDBACK_EMAILS GOOGLE_MAP_FEEDBACK }
24 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
@RaphaelEtim
24 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
yes
24 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
if no relation with User than all is okay, but I have only 1 table wo User ralation 🙂 locally all tables work fine
24 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
@RaphaelEtim Hmm, I see that the tables that are user related have this problem Message: Malformed response from Prisma Client: null
Query: { "modelName": "User", "operation": "findMany", "args": { "take": 100, "skip": 0, "select": { "id": true, "name": true, "email": true, "emailVerified": true, "image": true, "phone": true, "studioId": true, "countryAId": true, "countryName": true, "countryCode": true, "messenger": true, "birthDate": true, "gender": true, "language": true, "role": true, "customerType": true, "createdAt": true, "updatedAt": true, "accounts": true, "sessions": { "select": { "id": true } }, "verificationTokens": true, "bookings": { "select": { "id": true } }, "visitFeedbacks": { "select": { "id": true } } } } }
24 replies
PPrisma
Created by Kasmadan (UA) on 1/14/2025 in #help-and-questions
Console prisma studio
@RaphaelEtim I have been asked to find out when to expect a fix? Really need the ability to manage tables in prod...
24 replies