I am using Firebase Appcheck and RecaptchaV3 Provider in a web app. All works fine on localhost (both with debug token and NOT recommended way - setting localhost to allowed Domains at RecaptchaV3). The web app local deployment is done with Docker. When I deploy exactly the same image to Cloud Run it does not work. Production deployment process:
{code: 403, message: "Requests from referer https://development.mydomain.xx/ are blocked.",…}
Any suggestions what am I doing wrong? I can provide any additional info if needed.
I forgot that I set an API restriction for the API key. The solution was to add my domain to the allowed domain section in APIs and services.