How to solve net::ERR_CERT_AUTHORITY_INVALID issue in angular app

  1. Open your chrome browser
  2. Put the below link in the browser address bar and press Enter.
  3. chrome://flags/#allow-insecure-localhost
  4. Select "Allow invalid certificates for resources loaded from localhost." Disabled to Enabled. 
        Hope your problem will fix. Thanks

Comments