first off, thanks for this project, it has been very useful to me!
recently, i've started seeing the below error when I open the web admin. Do you know what I might be doing wrong?
{
"error": {
"message": "Missing credentials in config",
"code": "CredentialsError",
"time": "2017-08-12T14:27:01.645Z",
"retryable": true,
"originalError": {
"message": "Could not load credentials from any providers",
"code": "CredentialsError",
"time": "2017-08-12T14:27:01.645Z",
"retryable": true,
"originalError": {
"message": "Connection timed out after 1000ms",
"code": "TimeoutError",
"time": "2017-08-12T14:27:01.644Z",
"retryable": true
}
}
}
}
first off, thanks for this project, it has been very useful to me!
recently, i've started seeing the below error when I open the web admin. Do you know what I might be doing wrong?
{ "error": { "message": "Missing credentials in config", "code": "CredentialsError", "time": "2017-08-12T14:27:01.645Z", "retryable": true, "originalError": { "message": "Could not load credentials from any providers", "code": "CredentialsError", "time": "2017-08-12T14:27:01.645Z", "retryable": true, "originalError": { "message": "Connection timed out after 1000ms", "code": "TimeoutError", "time": "2017-08-12T14:27:01.644Z", "retryable": true } } } }