Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
As per the logs it's due to git lock in the local repo.
You can clear the lock in the local git files under app_src/appid/appid_version folders
There is a similar issue that happening in an application where the log is getting filled with
INFO org.joget.apps.app.service.AppDevUtil - Git is locked. Wait 100ms
Even after removing index.lock, its repeatedly creating it again and showing the same message. Because of this I have to restart the server everytime I make a change in my application. Any thoughts on this issue?
While making any change in my application (form, datalist or process), my log is repeatedly getting filled with the following line
INFO org.joget.apps.app.service.AppDevUtil - Git is locked. Wait 100ms
Is there a way to solve this issue?