Closed andylolz closed 4 years ago
Fixed in ddeb009ec2fd22c39c14e881023f1cf1db6439b5.
Oh… It seems CORS is no longer enabled on the Registry. Reopening.
Okay, the registry re-added CORS, but this also relies on CORS support on publishers’ servers, which is rarely (if ever) available.
So I guess the solution is to bring back the proxy server :(
This was fixed again in c17d81d24ec9a1ea80cc17deff9e451a87078c82.
The search on this page is broken: https://iati-decipher.publishwhatyoufund.org/demo/
The javascript console shows this is because it’s trying to use a proxy that no longer exists: https://pwyf-proxy.herokuapp.com/req/raw?url=
I don’t think this proxy is necessary anymore, as I think CORS support was added to the Registry (IATI/ckanext-iati#224). So removing the proxy should fix the error.