Report this

What is the reason for this report?

Node app cant connect to redis on app platform

Posted on October 9, 2020

I was testing out the app platform tool, hooked up the repo from GIT and tried to deploy, it pulls ok and when trying to start the app it connects to mongoDB just fine (external mongoDB) but when trying to connect to Redis (external redis server) it times out.

I have confirmed redis is binding to 0.0.0.0 my same application on droplet works just fine.

Do I need to open the port on app platform? If so, how do we do that?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

👋 @SmallAquamarineFish

Please ensure that your Redis server is exposed to the public web. App Platform does not require any firewall opening or port forwarding to access external ports like Redis.

@crashoverride

I’m binding to 0.0.0.0 so everything is open. My other droplets, localhost etc can all connect but when spinning up the node app it times out on connecting to redis. Is there a way to terminal into the container, I suppose I could try and curl the server at that point but as noted its open to everything.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.