cloudron.io login (Similar to other users)
-
@Matt the verification is actually not required to login.
So, just to clarify, you have an account in cloudron.io and are able to login directly into cloudron.io but not in the cloudron's dashboard. Is that correct?
-
@girish To clarify, are you asking that I place that immediately following my.domain.com/ ??? Or where should that be placed? Please clarify?
If it's to follow my dashboard url, as pictured, then that doesn't load. The only other thing I see is the "Event Log" in the right drop-down panel of the Dashboard.
-
Ok so now that you verified that you have an cloudron.io (appstore) account, and you are logged into your Cloudron dashboard (my.domain.com) with your local account. The next step is to use that cloudron.io (appstore) account in the appstore view in your Cloudron dashboard. So just to double check, this is not working and it reports wrong credentials?
-
@nebulon said in cloudron.io login (Similar to other users):
... The next step is to use that cloudron.io (appstore) account in the appstore view in your Cloudron dashboard. So just to double check, this is not working and it reports wrong credentials?
That is correct. Attempting to login to the App Store via my cloudron dashboard is reporting a wrong password, identical to the first screenshot in this forum thread.
-
This then can only mean that the credentials are in fact wrong, or (probably more likely now) your Cloudron has issues reaching the cloudron.io appstore server. That is clearly up, so maybe its a DNS resolving issue on your server.
Can you run this via SSH on your server:
curl -v https://api.cloudron.io/api/v1/apps
This should list all available apps as JSON
-
-