I used the new dcc.Geolocation component and it works really well when hosting locally.
But when I tried hosting it on pythonanywhere.com, it does not prompt the location permission window.
My code is pretty much exactly the example code as given here.
Any ideas what could be wrong? I have not been able to get any error messages.
I made sure the server is using the same version of Dash and Flask.
I have the same issue while working on my local machine. I am running the same code as in example, it give time date and location without authentication. What is issue??