mirker21

Results 4 comments of mirker21

@frostyfrog Which library was giving you this problem?

Ah, nevermind. The issue that I am trying to fix is with a project that doesn't use Pouchdb session, but still uses express-session. I checked in my node_modules for that...

I am experiencing the same problem, am hoping to find a solution.

I just found a solution, in the terminal when you are starting up the server I just had to include the directory of the rootCA.pem file: `HTTPS=true NODE_EXTRA_CA_CERTS="$(mkcert -CAROOT)/rootCA.pem" npm...