jajoju
Obtaining Client's Public IP Address in Flask Docker Container on Railway.app
I have a Docker container on Railway.app with a Flask app running on Gunicorn. When I try to view the client's IP address, it provides a local IP rather than a public one. What could be the reason, and how can I solve it? Thank you.
gunicorn --workers=1 --bind 0.0.0.0:5001 --preload 'wsgi:create_app()' --timeout 90
17 replies
Error adding TCP proxy - Not Authorized
Hello I deployed a service based on a docker image, in order to connect to the service I try to set the proxy in the port 8000, but I get this error
Error adding TCP proxy
Not Authorized
I am not sure why I am getting this erro my account is Hobby.
THanks
14 replies