okay so I upgrade to Prisma 1.9 last week and it w...
# orm-help
v
okay so I upgrade to Prisma 1.9 last week and it went well on my iMac, however my MBP + my coworker's computer are now giving a token error and neither of us can figure out what we're missing 😐 We destroyed Docker containers (
docker rm X --force
).. then
docker-compose up -d
, then ran
yarn prisma deploy
, the
.env
files are identical.
@lawjolla did you run into this? image below
l
I think I ran into every issue but that one 🙂
I had to export the data, destroy the 1.6 containers (db included), spin up the 1.9 containers/server, and reimport the data
v
okay still searching, thanks 😛
l
Sorry. I took the escape hatch. On the plus side, my code is in production and was able to do it with ~5 minutes of downtime.