Titanium JIRA Archive
Appcelerator Community (AC)

[AC-333] Unable to login

GitHub Issuen/a
TypeBug
Priorityn/a
StatusResolved
ResolutionCannot Reproduce
Resolution Date2015-11-07T17:33:59.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAlloy
Labelsn/a
Reporternarender
AssigneeShak Hossain
Created2015-08-31T12:39:43.000+0000
Updated2015-11-07T17:33:59.000+0000

Description

Am unable to login with valid creditials and if logged in successfully unable to build my project giving a error 404 and 100

Attachments

FileDateSize
error.png2015-08-31T12:36:33.000+000070202

Comments

  1. Aminul Islam 2015-11-06

    Hi, Thanks for your concern. Ensure that you have latest version Node.JS installed
       node -v
       
    *Launch Studio from the Command Line:* Try the to login using the appc login command or using the command below on the command line:
       curl -F "username=XXXX" -F "password=YYYY" https://dashboard.appcelerator.com/api/v1/auth/login
       
    (replacing XXXX and YYYY with your username and password. The username needs to be url-escaped, like user@company.com => user%40company.com) Thanks

JSON Source