diff --git a/deploy/docker/entrypoint.sh b/deploy/docker/entrypoint.sh index 5a19fe292e..5295bbb835 100644 --- a/deploy/docker/entrypoint.sh +++ b/deploy/docker/entrypoint.sh @@ -138,6 +138,10 @@ unset_unused_variables() { unset APPSMITH_RECAPTCHA_SECRET_KEY unset APPSMITH_RECAPTCHA_ENABLED fi + + if [[ -z "${APPSMITH_CLOUD_SERVICES_BASE_URL-}" ]]; then + unset APPSMITH_CLOUD_SERVICES_BASE_URL + fi } check_mongodb_uri() {