'I'm using a Django REST backend with React Frontend on an AWS EC2 instance, but mobile browser get requests are not working

As stated in my description, I'm running a Django REST backend with React Frontend on an AWS EC2 instance, making use of Docker images, and Nginx.

When using the app on a desktop browser, everything works perfectly, but as soon as I start using a mobile browser(Tried Chrome, Safari and Firefox on multiple devices) most if my GET requests don't work:

Docker logs

Any ideas on how to solve this?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source