Today I set up my site (via this tutorial). At first it was working, but now when I browse to my wesite it doesn’t work anymore.
However, I am able to connect to the IP address (or via the domain), and I can ping to it. Also I know that my node.js is running and so is my NginX, because when I curl at localhost:8080 via ssh I get the proper response.
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Your backend server doesn’t seem to be sending any data. Try curl -I http://localhost:8080 or opening the same in a browser. If you need help then just ping me at
shivanand at converticacommerce dot com
This verifies that the server is working fine. Now your app needs to send some actual data that the browser can render such as an html markup / xml / json etc.
aha. Works like a charm. Now can you do the same but use the actual IP or fqdn from your machine?