Play.dgraph.io seems to be gone

And all of the tutorials are also broken now.

https://play.dgraph.io is working for me. Can you ping/dig that domain name?

 dig play.dgraph.io

; <<>> DiG 9.10.6 <<>> play.dgraph.io
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12113
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;play.dgraph.io.			IN	A

;; ANSWER SECTION:
play.dgraph.io.		254	IN	A	104.26.3.225
play.dgraph.io.		254	IN	A	104.26.2.225
play.dgraph.io.		254	IN	A	172.67.72.43

;; Query time: 5 msec
;; SERVER: 10.0.1.1#53(10.0.1.1)
;; WHEN: Tue Aug 02 14:06:41 EDT 2022
;; MSG SIZE  rcvd: 80

Sorry I should be more explicit. the site itself is up, but you can no longer execute any queries. As a consequence all of the tutorials in the dgraph docs are also broken.

To which graphql endpoint are you attempting to connect?

I’m able to launch play.dgraph.io, connect to my local instance and run the tutorial examples.

They say about interactive tutorials hosted in docs:
https://dgraph.io/docs/query-language/functions/

When you click on RUN, nothing happens.

In debug console Firefox says it doesn’t like headers sent by https://play.dgraph.io/query?latency=true : CORS «Access-Control-Allow-Origin» doesn't have «https://cloud.dgraph.io» in options.
(safe browsing off, adblocker off)

Strange part is that it IS in the list of options
access-control-allow-origin: https://cloud.dgraph.io

MS Edge acts same

OK thanks for that information.

Seems that play.dgraph.io has only one ACAO domain listed: https://cloud.dgraph.iohttps://dgraph.io needs to be added. I’ll alert ops.