Closed alexgleason closed 1 year ago
The problem was simply the lack of trailing slash.
Without this, the server would try to redirect to the slash, which would sometimes result in a race condition.
The server has been reverted back to using Gunicorn etc. It was just the slash all along.
The problem was simply the lack of trailing slash.
Without this, the server would try to redirect to the slash, which would sometimes result in a race condition.
The server has been reverted back to using Gunicorn etc. It was just the slash all along.