Port 5555: Prisma Studio VS Android Emulator
Created on September 18, 2024Updated on October 6, 2024
I frequently have a few projects running on my machine while working. The other day while working on a react-native project I needed to switch over to work on an API for a NextJS app.
I like to run Prisma studio locally to verify my changes on the database. Now I've run this command many times, no issues.
npx prisma studio
But now the page won't load....why won't it load....this is weird....turn it off....restart the app....nothing....WTF!
So it turns out Android Emulator uses port 5555 which is what Prisma studio uses as well. LMAO. Time lost = 1 hour
PrismaAndroid EmulatorCode Fail