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.
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.
Hi,
I do not remember what I did or if I fixed.
I am sorry. Usually if I fix something I comment again in the thread how I resolved it.
I too had same issue
bench setup requirements
resolved it
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.
Same issue here but in my case I got that message after running $ bench setup requirements