kirby81
Gunicorn + Flask (ERR_TOO_MANY_REDIRECTS):
project_id: 51e075bf-103a-45f2-b2bf-41354422cbfd
Hi there,
I've got a Flask app serves by Gunicorn. The start command is this one:
gunicorn --limit-request-line=15000 --worker-class=gevent manage:app
But when I try to access it via the Railway public domain I've got ERR_TOO_MANY_REDIRECTS. Any clue on this ?14 replies