Integration with Falcon ASGI #727
Unanswered
JoergSternbergDrKlein
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
How can I integrate openapi_core with Falcon ASGI?
When I add the openapi_middleware as described
app = falcon.App(
# ...
middleware=[openapi_middleware],
)
I get this error
falcon.errors.CompatibilityError: <bound method FalconOpenAPIMiddleware.process_request of <openapi_core.contr
ib.falcon.middlewares.FalconOpenAPIMiddleware object at 0x...>> must be implemented as an awaitable coroutine.
Beta Was this translation helpful? Give feedback.
All reactions