cancel
Showing results for 
Search instead for 
Did you mean: 

NPM registry server access from outside Europa

kulyk
Explorer

Hallo all,

i am trying to get NPM modules from npm.sap.com server and get 503 as HTTP response code.

Everything works if i am located in germany. It does'nt work from Ukraine.

I dont use any proxy and have direct access to everything. Its not a network issue.

Example:

npm i @sap/xssec

npm http 503 https://npm.sap.com/@sap%2fxssec
npm verb bad json <html>
npm verb bad json <head><title>503 Service Temporarily Unavailable</title></head>
npm verb bad json <body bgcolor="white">
npm verb bad json <center><h1>503 Service Temporarily Unavailable</h1></center>
npm verb bad json <hr><center>nginx/1.10.3</center>
npm verb bad json </body>
npm verb bad json </html>
npm verb bad json
npm ERR! registry error parsing json
npm verb headers { server: 'nginx/1.10.3',
npm verb headers   date: 'Fri, 11 Jan 2019 12:58:40 GMT',
npm verb headers   'content-type': 'text/html',
npm verb headers   'transfer-encoding': 'chunked',
npm verb headers   connection: 'keep-alive',
npm verb headers   'keep-alive': 'timeout=5' }

Accepted Solutions (1)

Accepted Solutions (1)

Hi Nazar,

The issue was related to geoip configuration and should be fixed now. Could you test again?

Best Regards,

Kiril

kulyk
Explorer

Thanks. Issue fixed.

Answers (0)