Closed adrianhall closed 5 years ago
When there is an appclient secret, it is not generated in the aws-exports.js file.
Problem is likely here:
if (appClient.metadata.UserPoolClient.hasOwnProperty('AppClientSecret')) { config.aws_user_pools_web_client_secret = appClient.metadata.UserPoolClient.ClientSecret; }
The actual property is ClientSecret
ClientSecret
The problem was that I was looking for AppClientSecret instead of ClientSecret.
Fixed in v1.2.2
When there is an appclient secret, it is not generated in the aws-exports.js file.
Problem is likely here:
The actual property is
ClientSecret