Todd Humphrey
02/19/2018, 7:20 PMprisma login
and running prisma delete
prisma deploy
, It now has me deployed to <https://us1.prisma.sh/htc-files/dev>
instead of a public one? I am still getting no response in the playground, and the Authorization token has been added:
Error: Server response was missing for query 'null'.
at u (<https://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js:1:1675422>)
at <https://cdn.jsdelivr.net/npm/graphql-playground-react/build/static/js/middleware.js:1:1675832>
at <anonymous>
lawjolla
02/19/2018, 7:29 PM<https://us1.prisma.sh/${yourname}/${yourservice}/${yourstage}>
It looks like you're missing the name space.Todd Humphrey
02/19/2018, 7:33 PMprisma info
I get <https://us1.prisma.sh/htc-files/dev>
now I can get the schema docs at least, but all queries are still returning Error: Server response was missing for query 'null'.
Todd Humphrey
02/19/2018, 7:34 PM<https://us1.prisma.sh/todd-humphrey/htc-files/dev>
lawjolla
02/19/2018, 7:44 PMlawjolla
02/19/2018, 7:46 PMTodd Humphrey
02/19/2018, 7:57 PMTodd Humphrey
02/19/2018, 7:57 PMnilan
02/21/2018, 10:19 AM