Error Message: [sse.dataQueryError] failed to execute query [A]: Failed to execute the request with error: Required cookie 'grafana_session' is missing.
Version Info
- grafana version 11.6.4
- OEM plugin - oracle-emcc-app @ 5.0.0
===============
Hello,
I am experiencing an issue where an OEM plugin query fails execution within the Alerting engine, despite working correctly in dashboard visualizations.
Error Message:
[sse.dataQueryError] failed to execute query [A]: Failed to execute the request with error: Required cookie 'grafana_session' is missing.
Observations:
- Dashboard Panels: The query works as expected.
- Alerting: The query fails immediately with the error above.
It appears that the authentication context (session cookie) is not being passed correctly during the server-side alert evaluation.
Could you please advise on the necessary configuration or fix for this?
Thank you.