Problem/Motivation
Is there a current issue with the explore.jsonapi.dev domain? If I hit the domain directly in the browser it returns a "This site can't be reached" error in chrome (DNS_PROBE_FINISHED_NXDOMAIN.) And when I try to hit the explorer via the drupal URL it errors out presumably for the same reason:
GuzzleHttp\Exception\ConnectException: cURL error 6: Could not resolve host: explore.jsonapi.dev
Comments
Comment #2
darwoft commentedThe jsonapi_explorer drupal module, in a few words, is creating a proxy to a third party service. This third party system use to be hosted and publicly available here: https://explore.jsonapi.dev/ . It is not anymore.
In that domain, it was available an open source webapp (https://github.com/json-api/explorer). From that page we can see the official web page hosting the service is https://explore.jsonapi.dev (the one not working temporarily at this moment)
So, two things to share from my experience with this here:
2) What we can do from the drupal's jsonapi_explorer module as part of a potential fix?
Comment #3
dieterholvoet commentedThe JS package seems unmaintained as well, it can't be built anymore: https://github.com/json-api/explorer/issues/49