'Inability to access Django Admin page on app deployed with Docker on Digital Ocean, and using Traefik as reverse proxy

I have deployed a Django app to a Digital Ocean Droplet with Docker. I am using Traefik for reverse-proxy. I have configured DO's DNS to point my Domain Name wbcdr.com to the Droplet's public IP. Although, I am able to access the site, I get a 404 Error for the Django admin page, i.e. https://www.wbcdr.com/admin. Do I have to add another A record separately for the admin url? Or is it due to Traefik's inability to resolve the Admin url?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source