Playground desktop: I entered the url from prisma....
# prisma-whats-new
e
Playground desktop: I entered the url from prisma.yml cluster and it says the server is not available, but the project is running. I’m doing something wrong?
h
go to folder where you have your config and run
prisma playground
e
yeah, same result
h
Do you have auth?
e
I have it set up yes, maybe a token issue?
h
Yea
e
ah
I need to get the token from cli and then put it somewhere right?
ok I have the token! (via: prisma token)
now where to put it? lol
prisma.yml secret?
You need to set Auth header in playground
e
ah ok
h

https://i.imgur.com/IawqsMw.png

e
thanks, yeah I set it up that way
it’s still not happy. I have the url as: https://public-hollyrabbit-mark-602786/prisma-us1
when I used prisma playground it didn’t put the https://
FetchError: request to https://public-hollyrabbit-mark-602786/prisma-us1 failed, reason: getaddrinfo ENOTFOUND public-hollyrabbit-mark-602786 public-hollyrabbit-mark-602786:443 at ClientRequest.<anonymous> (file:///Applications/GraphQL%20Playground.app/Contents/Resources/app.asar/lib/dist/app.be5dd9b279bce2957ed1.js7480911) at emitOne (events.js11513) at ClientRequest.emit (events.js2107) at TLSSocket.socketErrorListener (_http_client.js4019) at emitOne (events.js11513) at TLSSocket.emit (events.js2107) at emitErrorNT (internal/streams/destroy.js648) at _combinedTickCallback (internal/process/next_tick.js13811) at process._tickCallback (internal/process/next_tick.js1809)