Wappler 7.7.9 Experimental Git Manager

Good Morning! I am receiving a similar but different error as @brad.

Mac OS Sequoia Development Beta 15.7.6

Wappler 7.7.9

NodeJS/Docker

MySQL

I get the pop up notification to authorize GitHub in the browser and authorize it.

Per other discussions in the forum, here is some other information:

node -v = 24.14.1

npm -v = 11.11.0

Hi Scott, I was able to get it going again by going into the Global Settings and turning off GIT and then restart Wappler and then turn GIT back on.

Worth a try.

I just tried that and had to recommit hundreds of changes to the local GIT, but it did not resolve the error related to the remote GIT.

I did get the GitHub pop up for authorization twice and confirmed it.

Do you perhaps also have some older NodeJS installed somewhere on your system? Check with the terminal command which node to see where it is installed and if it finds multiple instances.

Did you use the official installer to install NodeJS?

Do you use multiple versions with something like NVM or fnm?

Did you install it using a package manager like Homebrew or MacPorts?

The error indicates that it can't find the node:http module, the node: prefix is supported since version 14.8.0. Git runs under the App environment which doesn't have the same environment variables as the Terminal (zsh/bash) has and on Mac it seems to be missing the PATH. We do lookup Node is common install folders and run it directly from there. It is possible that there is still an old node version installed in one of the following folders: ['/opt/homebrew/bin', '/usr/local/bin', '/opt/local/bin', '/usr/bin', '/bin'].

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.