Hot deploy not updating (no errors)

I have updated my Cuba version - Platform version 7.2.4

Now whenever I modify the layout in a web screen the hot deployment does not update the changes.
There are no errors, and the log shows the hot deployment working

Hot deploy was triggered by following files: base-icp-edit.xml [1 ms]
base-icp-edit.xml -> deploy\app_home\app\conf

Hot deploy was triggered by following files: base-icp-edit.xml [1 ms]
base-icp-edit.xml -> deploy\app_home\app\conf

Hot deploy was triggered by following files: base-icp-edit.xml [0 ms]
base-icp-edit.xml -> deploy\app_home\app\conf

Isn’t working properly in both Studio and IntelliJ with Cuba Plugin.

Just wondering what I should be looking for to fix?

My Hot Deploy settings screenshot… Is this the default and correct?

hotdeploy

Hi,
Please check that your build.gradle script does not define custom tomcat dir.
See this ticket: https://youtrack.cuba-platform.com/issue/STUDIO-8372

If it does, please delete that definition from your build.gradle script.

3 posts were split to a new topic: Hot deploy problem is with extended screens

A bit of a note for self on this.

I had the problem again and after god knows how many hours (or days) of trying to figure it out:

Changing the app module prefix in CUBA -> Project Properties seems to have fixed the issue for me.
The process involved in doing this must have resolved something within the app. Possibly I am thinking I had changed the module prefix in the gradle config directly without using the Cuba menu.