Hello there,
I'd like to use pretty errors in my web development, but I have some issues.
I use the fastapi framework, which runs multi processes through the ASGI uvicorn server. Doesn't matter what I do (import, setup config, usercustomize.py etc.) errors do not get pretty in this context. They do when I run my normal scripts.
Can I ask for help/directions?
Hello there,
I'd like to use pretty errors in my web development, but I have some issues.
I use the fastapi framework, which runs multi processes through the ASGI uvicorn server. Doesn't matter what I do (import, setup config, usercustomize.py etc.) errors do not get pretty in this context. They do when I run my normal scripts.
Can I ask for help/directions?