You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 1408: const logger = new Logger('https://www.gstatic.com/firebasejs/9.9.0/firebase-app.js-check');
line 1844: const name = "https://www.gstatic.com/firebasejs/9.9.0/firebase-app.js-check";
I got this error message when using app check for web. The wrong url traces back to the above file.
https://www.gstatic.com/firebasejs/9.9.0/firebase-app.js-check: FirebaseError: AppCheck: Fetch server returned an HTTP error status. HTTP status: 403. (appCheck/fetch-status-error).
at exchangeToken (client.ts:75:25)
at async ReCaptchaV3Provider.getToken (providers.ts:78:16)
The text was updated successfully, but these errors were encountered:
https://www.gstatic.com/firebasejs/9.9.0/firebase-app-check.js
line 1408:
const logger = new Logger('https://www.gstatic.com/firebasejs/9.9.0/firebase-app.js-check');
line 1844:
const name = "https://www.gstatic.com/firebasejs/9.9.0/firebase-app.js-check";
I got this error message when using app check for web. The wrong url traces back to the above file.
The text was updated successfully, but these errors were encountered: