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 have the awsconfiguration.json set up properly, I use the cognito plugin to create an account as well as verify it, and I have attached a policy that gives connect on resource "*", but when i try to connect i get:
I/flutter (18127): 2020-02-19 17:02:49.537331 -- SynchronousMqttConnectionHandler::internalConnect - pre sleep, state = Connection status is connecting with return code noneSpecified
for the connection attempts, and my message in the cloudwatch logs is
{
"timestamp": "2020-02-18 19:09:29.632",
"logLevel": "ERROR",
"traceId": "bed5fbca-eae3-3523-aa08-aa0f02119b1c",
"accountId": "154922551630",
"status": "Failure",
"eventType": "Connect",
"protocol": "MQTT",
"clientId": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"principalId": "AROASIEQ2RFHMAKJFY3CX:CognitoIdentityCredentials",
"sourceIp": "xx.xx.xxx.xxx",
"sourcePort": 49430,
"reason": "AUTHORIZATION_FAILURE",
"details": "Authorization Failure"
}
part of the setup process for cognito involved not including a secret key in the group pool creation, though I doubt that would be the issue because the cognito account is connecting and working without issue. Is there something I'm doing wrong or missing on my end?
The text was updated successfully, but these errors were encountered:
I have the awsconfiguration.json set up properly, I use the cognito plugin to create an account as well as verify it, and I have attached a policy that gives connect on resource "*", but when i try to connect i get:
I/flutter (18127): 2020-02-19 17:02:49.537331 -- SynchronousMqttConnectionHandler::internalConnect - pre sleep, state = Connection status is connecting with return code noneSpecified
for the connection attempts, and my message in the cloudwatch logs is
{
"timestamp": "2020-02-18 19:09:29.632",
"logLevel": "ERROR",
"traceId": "bed5fbca-eae3-3523-aa08-aa0f02119b1c",
"accountId": "154922551630",
"status": "Failure",
"eventType": "Connect",
"protocol": "MQTT",
"clientId": "xxxxxxxxxxxxxxxxxxxxxxxxxx",
"principalId": "AROASIEQ2RFHMAKJFY3CX:CognitoIdentityCredentials",
"sourceIp": "xx.xx.xxx.xxx",
"sourcePort": 49430,
"reason": "AUTHORIZATION_FAILURE",
"details": "Authorization Failure"
}
part of the setup process for cognito involved not including a secret key in the group pool creation, though I doubt that would be the issue because the cognito account is connecting and working without issue. Is there something I'm doing wrong or missing on my end?
The text was updated successfully, but these errors were encountered: