StateOfJS-2019
StateOfJS-2019 copied to clipboard
Currently GraphQL API doesn't seem to work via https
Not sure if I'm the only one who faced this problem, but I've been trying to run the app in development mode with the following API link: https://api.stateofjs.com/
(taken from README), but it doesn't seem to work (throws ERR_SSL_PROTOCOL_ERROR
), whereas with http://api.stateofjs.com/
everything works just fine.
I thought the problem was in my ISP (as in Russia ISPs massively ban whole subnets), tried a whole bunch of VPNs, but still API doesn't seem to work via https
link.
Can anyone confirm?
use this; https: //stateofjs-api.herokuapp.com/
https://medium.com/@sachagreif/help-us-translate-the-state-of-javascript-2018-survey-results-1488efa525c1
You can now use http://api.stateofjs.com/
I will work on adding https
Oh sorry I misread the issue, yeah I need to add https, sorry.