Uaas-cli - GetUserCredentials hangs on its resolve statement.
Hi All,
Not sure if the Uaas-cli npm package is still supported for Cloud use.
However noticed after this morning that the tool was not able to progress past the "GetUserCredentials" function call.
For reasons beyond my knowledge sadly - It appears to hang around the Inquirer.prompt(questions) line and never fulfills the promise chain that should send those answers up to Umbraco cloud for verification (I assume).
For now Ive made a temporary solution to replace the GetUserCredentials function with a version that simple reads a config file with the username and password in but this is less than desired.
Is anyone aware of this issue and / or able to provide a cleaner fix?
Uaas-cli - GetUserCredentials hangs on its resolve statement.
Hi All,
Not sure if the Uaas-cli npm package is still supported for Cloud use. However noticed after this morning that the tool was not able to progress past the "GetUserCredentials" function call.
For reasons beyond my knowledge sadly - It appears to hang around the Inquirer.prompt(questions) line and never fulfills the promise chain that should send those answers up to Umbraco cloud for verification (I assume).
For now Ive made a temporary solution to replace the GetUserCredentials function with a version that simple reads a config file with the username and password in but this is less than desired.
Is anyone aware of this issue and / or able to provide a cleaner fix?
Cheers
is working on a reply...