Bad Credentials Error when logging in Registration

I am trying to log in using my credentials which I registered for, but I keep getting a bad credentials error message when I log in.

Any idea why this could be occuring? The username and password I am using is correct as I can use it to log into the cloud.seetest.io website as well as the appium studio community website

Hey

seetest.io cloud doesn’t support connections from Appium Studio

You can however execute tests generated from Appium studio against devices in cloud.seetest.io

dc.setCapability("accessKey",<your access key>);
driver = new AndroidDriver(new URL("https://cloud.seetest.io/wd/hub"),dc);

https://docs.seetest.io/display/SEET/Obtaining+Access+Key+for+Remote+Testing
I’ll write a more detailed post on this item

If you are looking to connect Appium Studio to a cloud please send an email to

support@experitest.com

Thanks Tom, I shall try your suggestion.