Replies: 2 comments
-
Closing this as duplicate because you also opened an issue with more info: #329 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys,
I am encountering issue in my project. This project is getting data from my aws iot core via subscribing into topic. It is working fine locally. However, when I deployed it in Render, It is now raising a:
what could be the problem?
-I already changed the policy into like this:
{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": "iot:*", "Resource": "arn:aws:iot:ap-northeast-1:187614391418:*" } ] }
by the way, the Render web service server is in "Oregon (US West)" while my aws iot core is using the "Asia Pacific (Tokyo) ap-northeast-1" could it affect the network connectivity? but I doubt.
Here is the traceback of the error:
Beta Was this translation helpful? Give feedback.
All reactions