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

Configure Proxy

Nick Iliev edited this page May 28, 2020 · 2 revisions

Configure Proxy

NativeScript Sidekick requires access to the internet to work correctly. If your Windows machine is behind a proxy server and you have not provided the correct settings to the NativeScript CLI, Sidekick will throw and error on start-up and become unresponsive.

When you are running behind a proxy before you can launch and use Sidekick, you need to configure the proxy settings in the NativeScript CLI. For more information, see Configure Proxy Settings. If you do not provide a username and password while setting the proxy, you will be prompted to enter them when you launch Sidekick.

Procedure

  1. Launch NativeScript Sidekick.
  2. Click on the settings icon, which is located in the top right corner.
  3. In the Settings view, select the Proxy section.
  4. Select the Manual Settings radio button.
  5. In the Proxy text box, provide the protocol, IP address and port of your proxy.
  6. (Optional) Enable Strict SSL.
  7. Click Save.

Next Steps

Continue configuring NativeScript Sidekick by choosing a preferred code editor or explore the Getting Started Guide to familiarize yourself further with the client.

Clone this wiki locally