Rest API Jsonrpc CORS error

Hallo,

Ich versuche openems mit jsonrpc zu steuern in einem Grafana dashboard.
Wenn ich im Postman einen call auf den rest endpoint /jsonrpc mahce funktioneirt es einwandfrei. Wenn ich jetzt allerdings den selben call im Browser mit Grafana mache bekomm ich folgenden error:

test-control-elements:1 Access to fetch at 'http://192.168.178.10:8084/jsonrpc' from origin 'http://192.168.178.10:3000' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

Jetzt versuche ich den Access-Control-Allow-Origin Header für die Response zu setzten allerdings finde ich die Stelle nicht an der ich das setzen muss. Verzweifel da jetzt schon ewig dran.
Kann mir da bitte jemand helfen?

LG