-
Hi, we use Magento 2 via Warden. Warden use self signed certificate. I could'nt find a solution to bypass the error while running "yarn codegen" In other next project seem adding NODE_TLS_REJECT_UNAUTHORIZED = 0 in .env file will do the dirty work but not in graphcommerce. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Can you try adding |
Beta Was this translation helpful? Give feedback.
-
NODE_TLS_REJECT_UNAUTHORIZED=0 yarn codegen I just can not manage it :( |
Beta Was this translation helpful? Give feedback.
Can you try adding
skipSSLValidation: true
to your.meshrc.yml
?