This error is showing when i load a deployed app. It hasnt been showing in past, so probably connected to some api keys or stripe or firebase. built with v0, deployed though vercel.
Usually when the app page fully loads, it just works normally.
But here, when the app page fully loads, the error appears and the page breaks.
This is the entire error message:
Initializing Firebase with config: Object
6260-89a51d9e436a3a22.js:1 Firebase initialized successfully
316-92e3af0aaffad8f0.js:1 Uncaught (in promise) Error: Neither apiKey nor config.authenticator provided
at r._setAuthenticator (316-92e3af0aaffad8f0.js:1:119940)
at new r (316-92e3af0aaffad8f0.js:1:114766)
at 84875 (9385-752c0dcc0168b2cb.js:1:6301)
at r (webpack-48ef5cc3bf28ec45.js:1:143)
at 19445 (9385-752c0dcc0168b2cb.js:1:787)
at r (webpack-48ef5cc3bf28ec45.js:1:143)
Using firebase, .env.local file for enviroment variables (also tried using vercel’s project enviroment variables but didnt fix issue), also using stripe if that makes a difference. built with v0, deployed though vercel.