Hello.
I find out a workaround to this error.
After installing this plugin, modify AmazonAI-Cloudformation.php at
YOUR_WWW_PATH/wp-content/plugins/amazon-polly/admin/
delete the region:
"Restrictions" : {
"GeoRestriction" : {
"RestrictionType" : "none"
}
},
and then GeoRestriction is disabled during CloudFormation.
You can still enable after that.
Cheers ??
-
This reply was modified 3 years, 9 months ago by terrychan999.