nativescript-app-sync icon indicating copy to clipboard operation
nativescript-app-sync copied to clipboard

Just an error when create new App .. but the staff is made

Open kefahB opened this issue 5 years ago • 0 comments

Hi @EddyVerbruggen ,

  1. On the step 4 in the registration page, when I click on create (finish) the button was disabled and no think happen, I wait 30 second, then I try to login and it was successful !

  2. The error bellow it appear once on the terminal when create new app (I have created 3 apps, the error appear for the last one only) .. but the app was created.

Do you think I can use the Beta version on the Prod App ?

nativescript-app-sync app add LightPAYMerchantIOS ios
[Error]  <!DOCTYPE html>
	<html>
	  <head>
		<meta name="viewport" content="width=device-width, initial-scale=1">
		<meta charset="utf-8">
		<title>Application Error</title>
		<style media="screen">
		  html,body,iframe {
			margin: 0;
			padding: 0;
		  }
		  html,body {
			height: 100%;
			overflow: hidden;
		  }
		  iframe {
			width: 100%;
			height: 100%;
			border: 0;
		  }
		</style>
	  </head>
	  <body>
		<iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
	  </body>
	</html>

kefahB avatar Apr 14 '20 19:04 kefahB