By SangSuantak
I created a sample ASP.NET Core Web API application with MondoDB following these tutorials
Excited about the prospect of deploying an ASP.NET application in a Linux environment, i got the $5 plan and installed Ubuntu.
I have been successful in running the application and nginx locally with the application listening @ port 5000. However, i’m unable to access my application from outside. I’m getting the ‘502 bad gateway’ error.
Could anyone with experience on the above stack help me out? Thanks for your time.
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!
This comment has been deleted
A 502 error usually means one of two things.
1.) Your application is not listening locally as expected on http://localhost:5123
Test this by using wget/curl or telnet to open the service from from your ssh session on the server and make sure it responds. If it’s not, try restarting supervisor.
2.) Your nginx configuration is not correct.
Share your nginx configuration here and we can take a look at it.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.