ArcLight_Slavik
ArcLight_Slavik
Could you provide an example of how you are getting that? Docs say: ``` If it doesn't see an Authorization header, or the value doesn't have a Bearer token, it...
You need to do `pip install psycopg2-binary` as well
Has anyone tried running it with gunicorn (WSGI) but using uvicorn workers (ASGI)? ie `gunicorn -k uvicorn.workers.UvicornWorker`
@tiangolo #3300 is a slightly different implementation of this, pinging so u know there's a few optinos to pick from 🚀