Hello Hamed,
I had the same problem as you when upgrading an app version.
Since version 9.24.25, the version of the JDBC driver has changed.
To run our apps locally, you need to configure it in custom as follows:
DatabaseJdbcUrl jdbc:sqlserver://{urlbdd:1733};databaseName={namedatabase};integratedSecurity=false;encrypt=true;trustServerCertificate=true
Maybe this can help you
Hi Eddy,
thank you for your answer , my issue was in the server i'm trying to install mendix on.
the resolution is to add DatabaseJdbcUrl =false in the advanced options in the app configuration