What should I do to remotely debug the node.js app that started as WebDyno on Heroku?
web:port=$PORT node --debug=5858index.js
When I set up and started the Procfile, only 443 could be telnetted and 5858 could not be connected.
In the case of WebDyno, is it impossible to open the debug port and connect?
By default, ports other than 80 and 443 are not open, so I think it is probably not possible.
Or, if you insert a proxy like NGROK like This article, you may be able to do it.
582 PHP ssh2_scp_send fails to send files as intended
917 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.