Anyone else not being able to open local playgroun...
# prisma-whats-new
k
Anyone else not being able to open local playground in the electron app?, It asks for local .graphqlrc file or url, but my local url is not valid as a endpoint
n
you mean in general?
k
I used to be able to just run
graphcool playground -t local
and it was up and running
n
what is the current behaviour?
It boots here, and I can’t use my local endpoint url, the http://localhost:60000 one, getting a “Endpoint is not a valid url” alert
and if I try the local option, it complains about
No .graphqlconfig or .graphqlconfig.yaml found in this folder
Version 1.0.1 (1.0.1)
upgrading to the latest rc 1.0.2… fixed it
n
aw ok
that is the playground electron app, right?
k
Exactly