Error when creating App using SDK

0
Hi All, I am  receiving this error while trying to run the sample SDK code from Mendix docs  https://docs.mendix.com/apidocs-mxsdk/mxsdk/creating-your-first-script/   node script.js Creating new app 'NewApp'... Error: Request failed, POST '/rest/projectservice/v1/projects' message: unable to get local issuer certificate     at createInformativeError (C:\Users\343746\my-app-gen\node_modules\mendixplatformsdk\src\utils\RestConnector.js:153:26)     at doRequest (C:\Users\343746\my-app-gen\node_modules\mendixplatformsdk\src\utils\RestConnector.js:141:15)     at process.processTicksAndRejections (node:internal/process/task_queues:95:5)     at async RestConnector.awaitPlatformJob (C:\Users\343746\my-app-gen\node_modules\mendixplatformsdk\src\utils\RestConnector.js:105:24)     at async AppsClient.createNewApp (C:\Users\343746\my-app-gen\node_modules\mendixplatformsdk\src\clients\AppsClient.js:32:27)     at async MendixPlatformClient.createNewApp (C:\Users\343746\my-app-gen\node_modules\mendixplatformsdk\src\MendixPlatformClient.js:17:23)     at async main (C:\Users\343746\my-app-gen\newscript.js:8:17) Any resolutions to overcome this error?
asked
0 answers