Hey,
I have a Blazor Server Web App hosted in a docker container using an nginx reverse proxy and I’ve been trying to get auth0 working with it. Previously it worked before moving to nginx proxy.
After adding HttpContext.Request.IsHttps = true; to the login request (as per other threads I’ve got quite far) but I’m now hitting this issue - which eventually times out.
*4 upstream sent too big header while reading response header from upstream
I’ve tried changing the buffer size and other bits but can’t seem to get anywhere - not sure if I’m missing something
Any ideas?