Origin now allowed

I was trying to log in to my grafana with domain name i can log in but when i see the dashboard it does not show any data the error i am getting is "origin not allowed "

Try After update to 8.3.5: 'Origin not allowed' behind proxy - #3 by jaapd

1 Like

Thanks for the response, my issue is resolved. I just add these new config settings

[cors]
allowed_origins = http://domainname.com, https://domainname.com

and

List of additional allowed URLs to pass by the CSRF check, separated by spaces. Suggested when authentication comes from an IdP.

csrf_trusted_origins = domainname.com