Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Sidekick Does Not Propagate Code Changes. #452

Open
EdJones opened this issue Dec 18, 2019 · 2 comments
Open

Sidekick Does Not Propagate Code Changes. #452

EdJones opened this issue Dec 18, 2019 · 2 comments

Comments

@EdJones
Copy link

EdJones commented Dec 18, 2019

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

@NickIliev
Copy link
Collaborator

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.

@EdJones
Copy link
Author

EdJones commented Dec 21, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants