Hi Jean,
Try clean deployment directory and re-run the application and check it once.
Hope it Helps!
Thanks & Regards,
Manikandan K
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.