The dash basic auth implementation works good on my local machine. But when I deploy the same app on AWS Elastic Beanstalk, the username and password request screen keeps popping up continuously even after I enter the correct credentials of username and password.
When I load the AWS url, it asks for a username and password. I now enter the username and password. But now, the same username and password request screen appears again and again in spite of me entering the correct username and password. Why is this weird behaviour?