full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

backend does not start ":app" must be in format "<module>:<attribute>"

Open danielbf92 opened this issue 4 years ago • 2 comments

Hi,

The backed one sends me this error, did someone else happen to him?

I need help.

Checking for script in /app/prestart.sh
There is no script /app/prestart.sh
INFO:     Uvicorn running on http://0.0.0.0:80 (Press CTRL+C to quit)
INFO:     Started reloader process [1] using statreload
ERROR:    Error loading ASGI app. Import string ":app" must be in format "<module>:<attribute>".

danielbf92 avatar Sep 21 '20 13:09 danielbf92

Hi I have a friend on Windows 7 experiencing the same error. Can you provide more information about your setup?

  1. OS
  2. Exact commands run to set up the project before the error.

TheCDC avatar Jan 20 '21 04:01 TheCDC