issue starting
webtek
PROOP

3 months ago

ERROR: Error loading ASGI app. Could not import module "main".

Solved$10 Bounty

Pinned Solution

jqcktalks
FREE

3 months ago

This means Uvicorn can’t find or import main.py (or the ASGI app inside it) from the location it’s being run.

Check that your start command matches with the right file name.

1 Replies

Status changed to Awaiting User Response Railway 3 months ago


jqcktalks
FREE

3 months ago

This means Uvicorn can’t find or import main.py (or the ASGI app inside it) from the location it’s being run.

Check that your start command matches with the right file name.


Status changed to Solved brody 3 months ago


Loading...