Unable to login to Heroku through wappler

======== TEMPLATE BUG FORM ========

Wappler Version : 7.9.7
Operating System : macOS Tahoe 26.5.1
Server Model: NodeJS
Database Type: PostgreSQL
Hosting Type: Heroku

Expected behavior

Click login to Heroku in bottom menu bar. Browser window should open to complete login.

Actual behavior

Login fails (I assume not being able to read keypress in raw mode).

heroku: Press any key to open up the browser to login or q to exit
TypeError: process.stdin.setRawMode is not a function
Error
Error Logging out!

I have confirmed that both Heroku CLI and Node is installed

Checking NodeJS installation and version...
v26.7.0
NodeJS is correctly installed.

Checking Heroku Tools installation and version...
heroku/11.10.0 darwin-arm64 node-v22.23.2
Heroku Tools is correctly installed.

I'm able to switch to terminal (inside wappler) and manually log in, however that doesn't login in the eyes of Wappler from what I can tell and Heroku connections, e.g. deploy, git etc isn't working.

Downgraded to heroku CLI version 8.11.5 and it works. It would seem that the newer Heroku CLI doesn't work with Wappler login function.

Only went with version 8.11.5 because I know it worked in the past, intermediate versions might work as well.

@George