You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used the Docker deployment method from the README document, but it didn't work as expected. I found that the listening address was set to 127.0.0.1 instead of 0.0.0.0. I couldn't find any environment variables in the documentation that could change this. After reading the source code, I discovered that you can change it by passing the RAINBOW_GATEWAY_LISTEN_ADDRESS. Now I can successfully access the container, but why is it not connecting to other peers? I have port 4001 mapped and open, and under the same conditions, Kubo works fine, but Rainbow fails.
I am not using Docker but fwiw I also can't get any peers. I am compiling and running it then checking http://127.0.0.1:8091/mgr/peers which returns {"Count":0,"Peers":null}
I used the Docker deployment method from the README document, but it didn't work as expected. I found that the listening address was set to 127.0.0.1 instead of 0.0.0.0. I couldn't find any environment variables in the documentation that could change this. After reading the source code, I discovered that you can change it by passing the
RAINBOW_GATEWAY_LISTEN_ADDRESS
. Now I can successfully access the container, but why is it not connecting to other peers? I have port 4001 mapped and open, and under the same conditions, Kubo works fine, but Rainbow fails.Here’s the command I used:
The text was updated successfully, but these errors were encountered: