crm
crm copied to clipboard
Error when initiating vault session
After install and npm run dev when initiating a vault session I am seeing the following error
Is there a specific cert I need to provide?
Resolved by adding NODE_TLS_REJECT_UNAUTHORIZED=0 into my env. (but thats nasty ;-) )