Hi,
After the 1st installation, the container qfieldcloud-app restarts all the time.
The logs is the following :
Traceback (most recent call last):
File “/usr/src/app/manage.py”, line 21, in
main()
File “/usr/src/app/manage.py”, line 17, in main
execute_from_command_line(sys.argv)
File “/usr/local/lib/python3.10/site-packages/django/core/management/init.py”, line 442, in execute_from_command_line
utility.execute()
File “/usr/local/lib/python3.10/site-packages/django/core/management/init.py”, line 436, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/usr/local/lib/python3.10/site-packages/django/core/management/init.py”, line 262, in fetch_command
settings.INSTALLED_APPS
File “/usr/local/lib/python3.10/site-packages/django/conf/init.py”, line 81, in getattr
self._setup(name)
File “/usr/local/lib/python3.10/site-packages/django/conf/init.py”, line 68, in _setup
self._wrapped = Settings(settings_module)
File “/usr/local/lib/python3.10/site-packages/django/conf/init.py”, line 166, in init
mod = importlib.import_module(self.SETTINGS_MODULE)
File “/usr/local/lib/python3.10/importlib/init.py”, line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File “”, line 1050, in _gcd_import
File “”, line 1027, in _find_and_load
File “”, line 1004, in _find_and_load_unlocked
ModuleNotFoundError: No module named ‘qfieldcloud.settings’
The problem seems to come from the module qfieldcloud.settings not found but I have no idea how to solve it