Local issuer Certificate Error

I am getting this Error After using
eas init --id 4xxxxxxxxxxxxxxxxxxx–xxxxxxxx

Error:
request to https://api.expo.dev/v2/auth/loginAsync failed, reason: unable to get local issuer certificate
Error: project:init command failed.

Hi @syedimam1998

Are you on a network with a corporate proxy server that intercepts your HTTPS requests?

The error message means that Nodejs doesn’t recognise the CA that has signed the Web server’s certificate. But that implies that something between the server and you is acting as a man in the middle to intercept the traffic.