-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLOUD_MODE not working #3291
Comments
CLOUD_MODE requires CLOUD_URL as well to redirect users. |
what should i set CLOUD_URL to? |
Wherever you want users redirected to. |
do i have to set those variables during build time? to my knowledge next.js bakes env vars into the bundle. |
Yes, needs to be done during build. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the Bug
Hello,
im trying to get env variable
CLOUD_MODE
to work without success. I would expect the setting to disable websites, users and teams as stated in the docs. I do run umami with docker-compose, where I tried a custom build, with CLOUD_MODE as a build variable. All with no success.I also tried
CLOUD_MODE=1
,CLOUD_MODE="1"
,CLOUD_MODE=0
,CLOUD_MODE=""
,CLOUD_MODE=
Database
PostgreSQL
Relevant log output
Which Umami version are you using? (if relevant)
latest
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
docker-compose, coolify
The text was updated successfully, but these errors were encountered: