scott
1
Wappler Version : 7.2.1
Operating System : OS Sequoia 15.7
Server Model: NodeJS
Database Type: MySQL
Hosting Type: Docker
Expected behavior
What do you think should happen?
The Git Manager should retain its settings and show the branches, origins, and recent changes.
Actual behavior
What actually happens?
The Git Manager appears to have completely reset as the branches are empty, origin is empty and there are no commits after upgrading to Wappler 7.2.1.
Screenshot showing active remote repositories:
Screenshot showing no branches:
Error when downloading the Remote Git:
We use Git for publishing to our remote site, so it is imperative that the local and remote Gits remain in sync.
Would anyone have any guidance as to how to solve this issue?
scott
2
Bumping since it got pushed down so far due to the bumping of tutorials. 
scott
3
Calling all GIT experts and @patrick for the rescue! Any thoughts? 
franse
4
Hello,
I don't have any issues on any project after upgrade..
But this is what I'll do:
I will backup first, the whole project, be 100% sure including the . git folder, a zip could be an option
Then if I have all defined on the repo, I'll just delete the .git folder and then connect again with github.
Another option is: create another project on another folder from scratch using the git clone option:
Or:
Backup first, always
scott
5
Thanks @franse ! I’ll give it a go tomorrow.