The question above is the thread associated with these links. Link 1, Link 2
It's like this when I understand my current situation.
Request.user cannot be identified from EC2 instance created via AWS EB. The reason is that the Authorization: Bearer {token}
provided during data communication is not being delivered to the EC2 instance.
However, this issue only occurs within AWS instances. With the same code, Authorization data is correctly passed in local, and it is also correctly passed in GCP Compute instance.
I think it's an environmental issue in AWS, but is there something I should look at?