Anyone attempted running Prisma in an airgapped en...
# orm-help
m
Anyone attempted running Prisma in an airgapped environment?
h
It should work as long you can make requests to the prisma instance
m
I found that the GraphQL interface works, but trying to use the Prisma Playground through the web interface http://host:4466 does not work.
I had to use a 3rd party client, Insomnia to send test requests.
h
yes, playground fetches scripts via jsdelivr
so you will need to use insomnia, playground also have a desktop app btw 🙂