pwyf / iati-decipher

📊 Browser plugins for deciphering IATI organisation files.
https://iati-decipher.publishwhatyoufund.org
MIT License
1 stars 2 forks source link

Web service is broken #105

Closed andylolz closed 4 years ago

andylolz commented 5 years ago

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.

andylolz commented 5 years ago

Fixed in ddeb009ec2fd22c39c14e881023f1cf1db6439b5.

andylolz commented 5 years ago

Oh… It seems CORS is no longer enabled on the Registry. Reopening.

andylolz commented 5 years ago

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 :(

andylolz commented 4 years ago

This was fixed again in c17d81d24ec9a1ea80cc17deff9e451a87078c82.