We have found that when we deploy to AWS ECS behind an elastic load balancer, we need to subclass the API class in order to explicitly set the scheme for the URL such that it sets an external URL instead of a relative URL. It would be preferable if this option was built into flask-restx itself.
I plan to submit a PR for this issue.
We have found that when we deploy to AWS ECS behind an elastic load balancer, we need to subclass the API class in order to explicitly set the scheme for the URL such that it sets an external URL instead of a relative URL. It would be preferable if this option was built into flask-restx itself.
I plan to submit a PR for this issue.