I'm having issues with the file endpoint. The serv...
# prisma-whats-new
g
I'm having issues with the file endpoint. The server is returning a 500 when I try to upload a file. For example, this command:
curl -X POST '<https://api.graph.cool/file/v1/__PROJECT_ID__/>' -F "data=@test.png;filename=myname2.png" -i