#AppsmithException in GitLab Connection

1 messages · Page 1 of 1 (latest)

deft sun
fiery ruinBOT
#

@deft sun, from the error, I suspect your appsmith installation
cannot connect to cs.appsmith.com. Can you please make sure to let the instance
have permission to connect to it?

scarlet cloud
#

editor stdout | 127.0.0.1 - - [19/Oct/2022:06:27:46 +0000] "GET /api/v1/git/limit/633a529936b1ce5f51047b3a HTTP/1.1" 401 0 "-" "ReactorNetty/1.0.17"

I can see 401 for git api calls, what settings I am missing?

I have configured following values in helm chart:
applicationConfig:
APPSMITH_CLOUD_SERVICES_BASE_URL: "http://localhost" # don't allow it to call home
APPSMITH_MARKETPLACE_ENABLED: "false"
APPSMITH_DISABLE_TELEMETRY: "true"
APPSMITH_DISABLE_INTERCOM: "true"
# APPSMITH_SIGNUP_DISABLED: "false" # setting to true only allows invites
APPSMITH_SIGNUP_ALLOWED_DOMAINS: "XX.com"
APPSMITH_CUSTOM_DOMAIN: "XX"

fiery ruinBOT
#

Did you change the APPSMITH_CLOUD_SERVICES_BASE_URL: "http://localhost" # don't allow it to call home value? For Git-Sync to work you have to allow
cs.appsmith.com and I think that's the default value for above property

scarlet cloud
#

Awesome, thats brilliant. It has fixed the issue. Thank you so much for the help.