Grafana auto login problem

Hello,
I have a problem to make an auto connection with grafana7.1.5 and apache2.
I created my auth proxy and it works when i try to login with the proxy form, but when i try to connect directly with an url it doesn’t work (exemlple: http://username:password@myserver).
It send me an error message :
"Failed to fetch dashboard
Window.fetch: api/dashboards/home is an url with embedded credentials. "

If i go on the url bar and press enter it load me the page as well.

My grafana.ini proxy conf :
[auth.proxy]
enabled = true
header_name = X-WEBAUTH-USER
header_property = username
auto_sign_up = false
sync_ttl = 60
#;whitelist = 192.168.1.1, 192.168.2.1
;whitelist = 127.0.0.1
headers = Email:X-User-Email, Name:X-User-Name

Read the auth proxy docs for details on what the setting below enables

enable_login_token = false

Someone can help me ?

Having the same exact problem,

Were you able to figure this out ?