I have 3 environments:
- Local
- Staging
- Production
While on the local env i can implement my login process perfectly (i get the connection token, curl the appropriate 'connections' endpoint and then query my database), in the other two environments (both hosted at AWS) the curl process returns null.
Already checked that the 'connections' endpoint uri is formatted correctly.
Any ideas?
Thank you.
Answers
could it be that your AWS environments do not permit outbound connections?
Their firewall might block the connection. Does the connection time out?
Regards,
it was working perfectly until half an hour ago with no problems. I didn't debug the curl but it looks like a time out, yes.