DEV Community

Discussion on: Using HTTPS on Next.js local development server

Collapse
 
nishargshah profile image
Nisharg Shah

Don't forget to add

export NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem"

in your .zshrc or .bashrc

Some comments have been hidden by the post's author - find out more