Issue with setting up on termux on android 11 #193
Replies: 6 comments
-
You can't have anything listening on ports under 1024 without root. Are you running this on a rooted phone? |
Beta Was this translation helpful? Give feedback.
-
Yes it's running on a rooted phone with magisk. |
Beta Was this translation helpful? Give feedback.
-
your phone is rooted, but you're not running termux as root |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Use https://github.com/TermuxArch/TermuxArch or see youtube.com/watch?v=0avuI2g4uOM for learn how to use chroot on termux |
Beta Was this translation helpful? Give feedback.
-
All of the steps where fine without a problem, but when I try to run
node backend.js
, it errors out saying it can't access 0.0.0.0. Even though I have set up a proper local IP through the setup.Beta Was this translation helpful? Give feedback.
All reactions