Open EdJones opened 4 years ago
Testing with the latest version of CLI (6.3.0) and newly created template project the live sync is propagating changes as expected on my side.
Testing with the latest version of CLI (6.3.0) and newly created template project the live sync is propagating changes as expected on my side.
@NickIliev, Thanks, I'll try the later versions after Christmas break.
It's possible that some of these issues are related to out poor rural Internet connections, which drop out quite often.
I've had a few days this year where Sidekick worked as advertised. But most of the time, it doesn't do its basic job here.
Please, provide the details below:
Did you verify whether this issue has already been reported here?
_Yes
Tell us about the problem
Generally, livesync does not respond to changes made to code.
Which platform(s) does the issue occur on?
_iOS _Windows
Provide the following version numbers that the issue occurs with:
Tell us how to recreate the issue in as much detail as possible
Start the application ..
Get an app running on a connected device.
Make changes to the code. For example, add
<Label class="badge-text" text="Message" textWrap="true" ></label>
or, changereturn ("Firebase data is: " + JSON.stringify(this.getlevelUps().data) );
toreturn ("Firebase data is: " );
Observe no change in device display or in error generated in console logs.
Does this issue happen every time?
No
Send the client logs