Dunno if a true bug or more of an annoying feature.
It did work for a while then started this behavior.
I have a work around option
======== TEMPLATE BUG FORM ========
Wappler Version : Latest 5.5.3
Operating System : Win 10
Server Model: NodeJS
Database Type: SQLite3
Hosting Type: Wappler Local Server
Hosting Type: Docker Local Development
Hosting Type: Digital Ocean Docker Production
Expected behavior
clone new repos from GITHUB account, from PRIVATE repo
(It has worked in the past)
…YOUR TEXT HERE …
Actual behavior
FROM Wappler Splash Screen
Clone Repo
Paste the http github URL and name my local dir to clone to. When I click “clone” , the splash screen disappears and nothing is downloaded. Same on several WIn 10 installs.
…YOUR TEXT HERE …
How to reproduce
From spalsh screen - pick “clone a repository”
give it the name, github repo http url
pick local folder to clone to
click clone
Github access token installed and NOT expired.
EXTENDED INFORMATION
Examining task manager there is sometimes several Wappler processes listed with no (or LOW) CPU activity
I have to use Github desktop to pull down an initial clone or re-clone of a project
I need to bump this on 6.0.1 stable using w11 and a php project.
Project succesfully pushed on 6.0.0 on main computer.
Now I can’t pull the project on another computer with 6.0.1 and I get:
And I also saw same alert with: string shortland is required
So I deleted the project, the folder, and try to clone the project.
Having the same exact issue as Jeff.
On update repositories: TypeError: w2ui.git_remotes.updateRemotes is not a function at i.updateRemote (file:///C:/Users/franc/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/gitManager.js:101:95) at HTMLButtonElement.onclick (file:///C:/Users/franc/AppData/Local/Wappler/resources/app/Shared/DMXzone/dmxAppCreator/UI/index.htm?theme=dark:1:17)
The updateRemotes error will be fixed in the next update. Also found the issue with the Clone existing project on the Welcome screen but it will take some more time to fix this one.
The Connect to GitHub and Personal Access Token are two different ways of authentication, the first is using OAuth2 where you login using the github website and Wappler gets an access token with which it can connect using your account, the second is like an api key and allows Wappler to access your repositories using this token instead of your account.