You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting "ValueError: Domain not found" after entering the endpoint and password, target endpoint getting from cf api, and login and password are the ones I use for AppsManager credential.
Please enter a target endpoint []: https://api.[...]
Verify ssl (true/false) [true]: false
Please enter your login []: xxx
Please enter your password []: xxxx
raise ValueError("Domain not found for action %s" % arguments.action)
ValueError: Domain not found for action None
The text was updated successfully, but these errors were encountered:
I am getting "ValueError: Domain not found" after entering the endpoint and password, target endpoint getting from cf api, and login and password are the ones I use for AppsManager credential.
Please enter a target endpoint []: https://api.[...]
Verify ssl (true/false) [true]: false
Please enter your login []: xxx
Please enter your password []: xxxx
raise ValueError("Domain not found for action %s" % arguments.action)
ValueError: Domain not found for action None
The text was updated successfully, but these errors were encountered: