Trying to create local GIT repository. I go to the Git Manager, but it just hangs on ‘Loading…’ and then the Wappler app becomes unresponsive and needs to be shut down.
As a FYI - I just created a brand new project, to see if it was an intermittent issue - I then intended on copying over all of the files - but the Git Manager did not load even on a brand new project, either and again caused Wappler to hang and crash.
Btw the issue is related to the github credentials. Seems they are not supply Ed initially when you added the remote repository? Usually a login dialog should also popup when the git manager panel is visible but maybe it was hidden.
So I thought it might just be intermittent, so I created a brand new project, again NodeJS, Docker Hosting.
Deployed to docker the blank project, everything working perfectly.
Go to the GitManager (with the hope that I can now create local git) - exactly the same issue, it just hangs and then crashes on a brand new project with no git setup.
Could you add another debug log of doing just that? Also what was the exact crash a loading spinner of the git manager panel or complete Wappler closedown crash?
No loading spinner - it just freezes - if I try to close it normally, it won’t actually close so I have to force close Wappler. If I don’t force close - then it eventually just crashes and closes on it’s own.
Hi @George, @patrick this still exists. I can’t use GIT on one of my projects, and still crashes the project if I try to open up the GIT manager. Any workarounds here? Can I manually create the local file or something?
How do you have no local git folder? How do you use git? It should always have a local repository, normally you clone a remote or create a new one and bind that to a remote.
Yup that’s what I suspect is the issue. I simply created a new project - but there is no local git folder. It’s odd. Can I fix this manually be creating the folder?
Is there a .git folder in the project root? Deleting the .git will delete the local repository.
I believe it also searches in parent folders to detect a git repository, so if the project was sub folder of a git repository it would detect that repository as the one used for the project.