Open Lilja opened 3 years ago
Hello, thanks for the issue report!
This is due to the default lifespan behavior of Mangum. You can set the Mangum(graphql_app, lifespan="off")
setting to explicitly disable lifespan to avoid this, though Mangum should probably be catching exceptions generally in these cases instead of raising.
Hi! Thank you for creating this framework. I'm currently using ariadne to manage a graphql lambda.
For every execution I get a stack trace:
However, the lambda/mangum executes as the rest of the code as usual and I have correct graphql output.
I'm not up-to-speed with asgi stuff and don't really know what this means, is there a way to silence this error? Should I create a github issue with the other framework in question?
raised error in question: https://github.com/mirumee/ariadne/blob/master/ariadne/asgi.py#L113
How I use mangum