Hi,
I created an ai agent via FF and deployed the cloud function. However, when trying to invoke it, I get a CORS error.
Access to fetch at 'https://europe-west3-XXX' from origin 'https://ff-debug-service-frontend-pro-ygxkweukma-uc.a.run.app' 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.
Any idea who to fix? I dont want to all users to invoke the function, so looking for other solutions. Thanks!