sidekick-feedback icon indicating copy to clipboard operation
sidekick-feedback copied to clipboard

Sidekick Does Not Propagate Code Changes.

Open EdJones opened this issue 6 years ago • 2 comments

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:

  • NativeScript Sidekick: 1.19.2-v.2019.11.18.2
  • NativeScript CLI: 6.2.2
  • CLI extension nativescript-cloud: 1.19.3
  • CLI extension nativescript-starter-kits: 0.3.5

Tell us how to recreate the issue in as much detail as possible

  1. Start the application ..

  2. Get an app running on a connected device.

  3. Make changes to the code. For example, add <Label class="badge-text" text="Message" textWrap="true" ></label> or, change return ("Firebase data is: " + JSON.stringify(this.getlevelUps().data) ); to return ("Firebase data is: " );

  4. Observe no change in device display or in error generated in console logs.

Does this issue happen every time?

No

Send the client logs

EdJones avatar Dec 18 '19 14:12 EdJones

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 avatar Dec 20 '19 13:12 NickIliev

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.

EdJones avatar Dec 21 '19 13:12 EdJones