Closed
Description
> The ENV Variable for Docker is: WORKSPACE_MODE. Turned to SAAS, the Workspaces will be available.
I have configured WORKSPACE_MODE=SAAS
as an environment variable in Docker, for my existing instance of Lowcoder 2.0.0. Then recreated the Lowcoder all-in-one container. Unfortunately, the "Create workspace" button does not appear.
Is there anything else I need to do?
When I check via docker inspect
, I see that the environment variable is set.
"Env": [
"WORKSPACE_MODE=SAAS",
...
],
Originally posted by @xolyu in #260 (comment)