Any way to host prisma studio in serverless enviro...
# orm-help
p
Any way to host prisma studio in serverless environment? https://github.com/prisma/studio/issues/601
j
Added more info in the issue 🙂
p
thanks, checking
I replied. Is there anywhere I can see the source code for the demo?
j
unfortunately not
p
sadparrot
😄 1
You using sentry.io to host it?
j
Sentry is to get error logs from the browser to find & debug errors
p
oh of course, like rollbar
💯 1
I was thinking of sanity CMS
j
Indeed
a
Have you try booting up the studio from your remote server and use reverse-proxy to forward requests to it? @Pieter
p
that would require a remote server 🙂
we're using vercel here
a
ooh!
p
I could technically spin up some heroku server or an ec2 box, but I figured I'd first see if the prisma team has a solution for us. Once we get near production for this app, I'll probably end up spinning up a stateful server unless there's some progress here
👍 1
a
That makes sense