Hi there, We’re building an internal web applicat...
# orm-help
c
Hi there, We’re building an internal web application to manage our customers and some other things. Instead of writing resolvers for single query we’d like to use the Prisma Server. However we’re getting CORS errors (not so for the GraphQL API). I tried quite a few things but I have a hard time fixing it. For now, we’re trying to use a Management API token that we’re sending with the http request. Any advice?