Hot Deploy Issue After Installing as App Component

Hi Team,

For some reason my hot deploy has stopped working after installing my app as an app component. Is this supposed to happen?

There are no errors being logged. It looks like the hot deploy has actually succeeded but the changes do not take effect…

Cheers.

Hi! Could you provide details? The version of the CUBA Platform using in the project, the version of the CUBA Studio, what exactly you are hot deploying, and attach an idea.log file (at first enable debug logs please, CUBA -> Advanced -> Enable Debug Logging Level).

Hi Alex,

Cuba Platform Version: 7.2.11
Cuba Studio Version: 2020.2-15

(Just updated both and problem persists) idea.log (7.6 MB)

Idea.log attached

Hi Alex,

I don’t suppose you managed to have a look at this?

Hi, sorry for the long silence. I have not found any strange in the logs. I also could not reproduce the issue. Could you try to reproduce the bug on the new empty project and write down all your steps?

Please, could you also attach the build.gradle file (without all passwords) of your project?

Hi Alex,

Thank you for the reply. I cannot seem to be able to reproduce it in a new project either. It just happens with the project I turned into a component. If I include the component into a new project the error is not there either.

However this component is the biggest or base part of my app so really need to get the hot deploy to work somehow :frowning_face:

gradle file attached.
build.gradle.txt (6.6 KB)

Best,
Daryn

Try to open CUBA -> Settings -> Hot Deploy Settings and clear all hot deploy directories.Screenshot_20210205_135632

That solved it.

Thank you very much! :smiley: