Could not find app "None" on migrate

Hi,

After I made some changes on my app. I try to migrate and it gives me this error:

Could not find app “None”

I searched on apps.txt and it is not showing there.

Dear @aldoblack if you have resolved this issue kindly help me I could migrate site.

Thanks

Hi,

I do not remember what I did or if I fixed. :confused:

I am sorry. Usually if I fix something I comment again in the thread how I resolved it.

1 Like

I too had same issue
bench setup requirements
resolved it

4 Likes

In my case the hooks.py imports where improperly done.

Variables __future__ and __version__ had single underscores.

The error only showed when I did bench version

Just had the same issue on version 13: after a failed bench update, the system showed

Could not find app "None"

when commands like “bench update” or the like were executed. Thanks to @Aniket_Shinde1, running

$ bench setup requirements

resolved the issue.

1 Like

Same issue here but in my case I got that message after running $ bench setup requirements

1 Like