Samrith Shankar
02/24/2020, 1:29 AMSamrith Shankar
02/24/2020, 1:30 AMhueuebi
02/24/2020, 1:30 PMhueuebi
02/24/2020, 1:30 PMhueuebi
02/24/2020, 1:30 PMhueuebi
02/24/2020, 1:30 PMhueuebi
02/24/2020, 1:30 PMhueuebi
02/24/2020, 1:31 PMPrakash Wagle
02/24/2020, 6:22 PMAshiqur Rahman
02/25/2020, 4:44 AMAshiqur Rahman
02/25/2020, 6:42 AMboomba
02/25/2020, 9:38 AMVaish
02/25/2020, 4:16 PMVaish
02/25/2020, 4:16 PMVaish
02/25/2020, 4:17 PMwindkomo
02/25/2020, 4:56 PMPeter T
02/25/2020, 6:38 PMcory
02/25/2020, 8:15 PMcory
02/25/2020, 8:15 PMhueuebi
02/25/2020, 8:23 PMhueuebi
02/25/2020, 8:24 PMhueuebi
02/25/2020, 8:24 PMSamrith Shankar
02/25/2020, 11:56 PMcory
02/25/2020, 11:56 PMSamrith Shankar
02/26/2020, 1:10 AMIan Goh
02/26/2020, 2:02 AMJonathan
02/26/2020, 9:08 AMdatamodel.prisma
using model vs when to use type. I saw somewhere syntax using model
, and my VSCode's linter seems to scream everytime I use type in a .prisma
filezinger
02/26/2020, 9:16 AMprisma deploy -e .env
worked fine, but now trying to run prisma seed --reset -e .env
and getting the following error:
Seeding based on tsnd ./prisma/seed.ts...(node:87448) UnhandledPromiseRejectionWarning: Error: Your token is invalid. It might have expired or you might be using a token from a different project.
I have a PRISMA_SECRET
set in prisma.yml
. I also had a PRISMA_MANAGEMENT_API_SECRET
in my docker-compose.yml
, but read that that won’t work locally so removed it (thought that would fix). Any help would be great as I’ve tried a bunch of stuff and am pretty stuck. Thanks!Alan
02/26/2020, 10:23 PMqueueSize
variable gets plugged in for PrismaAlan
02/26/2020, 10:23 PM