Vendor lib is emptied when open the app

0
Hello everyone, My application is on GitLab, and I am using Mendix 10.12.1. I have the vendorlib with files, and I can connect to the Git application; but, when I open the application, the folder becomes empty and I get the next problem. Additionally, I have attempted to synchronize the dependencies after I replace the folder once the application has begun, but it empties it once more. Do you know how I can resolve this problem?
asked
1 answers
0

Hi Ciausescu Cristina

 

This is very common issue, 

1.Go to the App level settings->Runtime-> under java version select the installed version java 11 or java 21

2.In TopBar Edit->preferences-> deployment->JDk-> click search for missing locations.

3. Then In App->Synchronize Dependencies 

 

This will fix this common issue

answered