I have three environment to work programs.
Docker, and two AWS EC2 instances.
In docker enviroment, I can use the endpoint /api/v2/users/
and it can get user’s informations.
However it can’t get user’s informations on EC2 instance.(It’s same program code.)
Why does this phenomenon happen?
I wonder.