DEV Community

Flávio Codeço Coelho
Flávio Codeço Coelho

Posted on

Deploying Flet app from a docker container using Uvicorn

I am trying to run my flet as a web app from a docker container, but I am getting the following error message:

RuntimeError: asyncio.run() cannot be called from a running event loop
2024-05-27T18:46:46.450774857Z sys:1: RuntimeWarning: coroutine 'app_async' was never awaited

I have tried starting the app with and without…

Top comments (0)