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

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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.
Looks like the error was related to the fact that the server was not configured with SSL. The HTTP requests would always redirect to HTTPS and so the error I reported would happen.
In order to apply SSL to my server, I changed my project structure while following this tutorial: https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-with-docker-compose-pt
Now everything is working as expected :)
Hi @myopp,
Firstly, can you confirm if you are using the One-click app or have you installed everything on the droplet yourslef?
If you have configured the droplet on your own, it would seem you haven’t added fecho.app in your vhost configuration of your WebService-Apache.
You’ll need to create the website fecho.app a vhost file. If you are unsure how to do so, please follow the following tutorial - https://www.digitalocean.com/community/tutorials/how-to-set-up-apache-virtual-hosts-on-ubuntu-18-04-quickstart
Regards, KDSys