Installed Oracle Enterprise Manager App for Grafana plugin on Grafana (9.4.7) and OEM (13.5.0.19). I go to create new datasource for Oracle Enterprise Manager (Data Source Backend). I enter the proper inputs for my environment and have grafana_session whitelisted cookie listed. When I click on Save and Test, the data source saves successfully and then returns the following error.
java.lang.Exception: Required cookie 'grafana_session' is missing.
Is there a way to work around this without modifying the code as suggested in https://forums.oracle.com/ords/apexds/post/required-cookie-grafana-session-is-missing-this-can-be-set-2810 ?
Perhaps a way to create the grafana_session via API outside of the create data source page where it is failing to create cookie even though it is listed to be created and whitelisted?