Getting error : unable to get local issuer certificate

Hi,
I am getting error while trying to install any example nextJS project.
EX: while running this --
prismic theme --theme-url https://github.com/prismicio/nextjs-blog --conf prismic-configuration.js
Error: unable to get local issuer certificate
Code: UNABLE_TO_GET_ISSUER_CERT_LOCALLY

FYI ::: It's happening on my office laptop running Zscaler.

Thanks in advance!

Hi Anjan,

Welcome to the community!

As you've suggested it seems this is an issue with Zscaler's strict rules. Do you have any information on whether it's blocking the CLI or the sample project?

Alternatively, you can just run:

git clone https://github.com/prismicio/nextjs-blog

Then copy and paste the blog_home and post JSON into the Custom Type editor.

Let me know if you have any questions.

Thanks.

Thanks Phil.
I followed the same. But while running the code getting same error.

OK, it seems that Zscaler is blocking local queries to the Prismic API.

Do you have another computer you can test this on?