Gytis Karčiauskas

Results 4 comments of Gytis Karčiauskas

I think the problem is with Traefik. The header `HTTP_X_FORWARDED_PROTO` isn't sent to the container, so uvicorn thinks that application must be served over HTTP. I don't know how your...

@divykj If you use docker-compose, then: 1. run `docker-compose up -d` 2. your container will fail and that is expected. Check your name of volume by typing `docker volume ls`...

Are there any technical reasons why `starlette` is starting to use `httpx` instead of `requests`?