ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Cloud build EULA issue #355

Closed mpilija closed 5 years ago

mpilija commented 5 years ago

Please, provide the details below:

Did you verify whether this issue has already been reported here?

Yes

Tell us about the problem

We have an issue during cloud build

Which platform(s) does the issue occur on?

Both

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

  1. Statrting build with tns build cloud command

  2. Next occurs: Progress Software collects and uses your personal data (first name, last name and email address) to: 2019-03-07T08:45:48.3059202Z ΓÇó Allow cloud build usage according to your NativeScript Sidekick subscription plan. 2019-03-07T08:45:48.3059202Z 2019-03-07T08:45:48.3059202Z You can review the Progress Software Privacy Policy at https://www.progress.com/legal/privacy-policy 2019-03-07T08:45:48.3059202Z You can submit a GDPR Data Subject Access Request at https://app.onetrust.com/app/#/webform/65e969b1-9755-4cb6-adbb-0ae5939fb132 2019-03-07T08:45:49.1808851Z EULA is not accepted, cannot use cloud services.

  3. When trying to submit GDPR data, form is not available anymore: image

Does this issue happen every time?

Yes

Send the client logs

Progress Software collects and uses your personal data (first name, last name and email address) to: 2019-03-07T08:45:48.3059202Z ΓÇó Allow cloud build usage according to your NativeScript Sidekick subscription plan. 2019-03-07T08:45:48.3059202Z 2019-03-07T08:45:48.3059202Z You can review the Progress Software Privacy Policy at https://www.progress.com/legal/privacy-policy 2019-03-07T08:45:48.3059202Z You can submit a GDPR Data Subject Access Request at https://app.onetrust.com/app/#/webform/65e969b1-9755-4cb6-adbb-0ae5939fb132 2019-03-07T08:45:49.1808851Z EULA is not accepted, cannot use cloud services.

teobugslayer commented 5 years ago

Hi @mpilija ,

Please try updating the cloud extension by running this command in the console:

tns extension install nativescript-cloud@latest

and then issue

tns accept eula

Let me know if this solved the issue.

mpilija commented 5 years ago

Hi Todor,

We managed to solve issue by updating as you've described. Thanks for support.

On 7 Mar 2019, 14:35, at 14:35, Todor Totev notifications@github.com wrote:

Hi @mpilija ,

Please try updating the cloud extension by running this command in the console:

tns extension install nativescript-cloud@latest

Let me know if this solved the issue.

-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/NativeScript/sidekick-feedback/issues/355#issuecomment-470527291