@jpmens is the authentication send to the backend server?
I have a Nginx proxy which handles basic authentication and i needed to remove the headers from the upstream request to not confuse the service running there.
proxy_set_header Authorization "";