<@UCZMXEP3J> I've deployed my prisma app using net...
# orm-help
j
@Harshit I've deployed my prisma app using netlify but it seems it´s still trying to reach
localhost
h
You will require to deploy your prisma and graphql yoga
have you done that?
j
prisma yes. I´m still trying to figure out how to deploy graphql yoga with netlify
h
You can use serverless functions on netlify
h
then you will require to change the uri in the apollo client initialization
then after deployment point to apollo client to this deployed url
j
ok, I´ll try this out, thanks!
but then, do I have to move all the resolvers of my app here? https://github.com/gazpachu/tablefriends-server/blob/master/server/index.js
because I have to upload to github this as a separate repository, right?
I get this error when building in netlify:
failed during stage 'building site': Build script returned non-zero exit code: 127