Since beta cluster was switched out for beta.wmcloud.org/ (T289318: Move *.beta.wmflabs.org to *.beta.wmcloud.org) some key APIs used in our products are not available which breaks those products and associated integration tests (e.g. Popups - the previews that show on a page).
Steps to replicate the issue (include links if applicable):
What happens?:
404 (route not found)
$ curl -s https://en.wikipedia.beta.wmcloud.org/api/rest_v1/page/summary/Polar_bear | jq . { "type": "https://mediawiki.org/wiki/HyperSwitch/errors/not_found#route", "title": "Not found.", "method": "get", "uri": "/en.wikipedia.beta.wmcloud.org/v1/page/summary/Polar_bear" }
What should have happened instead?:
This should match https://en.wikipedia.org/api/rest_v1/page/summary/Polar_bear

