Gotcha - I missed that part of the docs. I think the Read-only terminology confused me – it may be more clear to refer to the two modes as ‘Write-only’ and ‘Read-only’.
I deployed a fresh instance of Retool (new DB), set VERSION_CONTROL_LOCKED=true
, and configured Git (added the Retool deploy key to the repository, and pointed Retool at the git:
repository and branch), but I’m still not seeing the apps from the repository in Retool. I also tried creating a Github repo to see if it was a Gitlab issue, but not having any luck.
Some more detail:
- I’m unable to create apps in this instance (since it’s GIT-controlled)
- I am seeing the
[GIT_SYNC] No changes found.
logs.
Should I see all of the apps appear in Retool after configuring the Git repository & branch? Wondering if I’m missing a step.