Error trying to run my app with Studio Pro 10.12 for mac

0
Hi,   Using Mac version of Mendix Studio Pro 10.12.10 beta, I've got an "Something went wrong" error message when I try to run the application :    the error message on the console is: "An error occurred while initializing the Runtime: Something went wrong when adding a certificate. Please make sure the file is a valid PKCS12 certificate.".   does someone know how to fix it ? Cheers
asked
2 answers
1

Hi Jean,

Try clean deployment directory and re-run the application and check it once.

Hope it Helps!

Thanks & Regards,

Manikandan K

answered
0

I've found the issue.

The certificate I use is on my resources folder and the path to it is referenced as a custom global variable on the settings of my project. The path was "..\resources\certif.pfx", but as I'm on Mac, with the mac version of Studio Pro, I need to change backslash to slash for the system to be able to recognize the path. So with the following path "../resources/certif.pfx", I was able to run my app.

answered