cumulocity - Cannot log in to smart apps toolkit sample -
i following link below test smart apps toolkit, https://www.cumulocity.com/guides/web/smart-toolkit/
i can reach "5. create login screen" , see login page grunt server running in background. however, have no luck login account. got trial account telstra-iot.com , homepage m2mone.telstra-iot.com.
i change "demos.cumulocity.com" in hello-core-api/js/app.js "www.telstra-iot.com" , still no luck.
i put in tenant: m2mone, user name: admin, password: xxxxxx. did miss anything?
you need use https://m2mone.telstra-iot.com/
baseurl
:
c8ycumulocityprovider.setbaseurl('https://m2mone.telstra-iot.com/');
you can set tenant there don't need fill tenant in login page:
c8ycumulocityprovider.settenant('m2mone');
now can leave tenant field empty in login page , if want, can remove tenant field login page altogether.
Comments
Post a Comment