After upgrading to iOS 15, I saw that the address was not showing up in the upper right corner. The reason is that the color is not set to the span element inside .nav-location. Fix it by setting a custom CSS color in the admin panel...
.nav-location span {
color:#000;
}
I hope this can help you guys.
If anyone else is also having this problem, please comment or suggest a better solution.