You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fm update --developer-mode enable sitename causes an error: ❌ Error Occured 'NoneType' object has no attribute 'value'
To Reproduce
Steps to reproduce the behavior:
Create a new site without enabling developer mode at creation: fm create test-site
Run command fm update --developer-mode enable test-site
Developer-mode will be enabled in test-site, but the command will show an error ❌ Error Occured 'NoneType' object has no attribute 'value'.
Expected behaviour
While the expected thing is done with the command, i.e developer mode is enabled, still the command results in an error.
Expected behaviour should be the command exiting without any error and proper messages.
System information (please complete the following information):
fm --version: 0.16.0
lsb_release -a: (This command is from fm shell) No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
Describe the bug
fm update --developer-mode enable sitename
causes an error:❌ Error Occured 'NoneType' object has no attribute 'value'
To Reproduce
Steps to reproduce the behavior:
fm create test-site
fm update --developer-mode enable test-site
❌ Error Occured 'NoneType' object has no attribute 'value'
.Expected behaviour
System information (please complete the following information):
fm --version
:0.16.0
lsb_release -a
: (This command is from fm shell)No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.4 LTS Release: 22.04 Codename: jammy
docker version
:docker-compose version
ordocker compose version
:Docker Compose version v2.29.1-desktop.1
Attach log
Additional context
The text was updated successfully, but these errors were encountered: