Hi! When calling the Nuki Bridge, I’m getting back a CORS error:
Access to XMLHttpRequest at 'http://192.168.178.85:8080/lockAction?nukiId=517134628&action=3&ts=2020-10-15T17:52:25.400644Z&rnr=16808&hash=df3a5634e50889cb9d5068aefa377fd9374df47e84c70295eb1152e1d2e26308' from origin 'http://localhost:4000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
Am I missing something or does the bridge need to set this header?
Edit: My request is executed as wished, I just cannot read the response.