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
I'm trying to get the tech-radar running locally without the Firebase functions (not planning to use them). I've loaded up a Contentful instance with the example contentful-export-2022-04-18.json and populated the REACT_APP_CONTENTFUL_ACCESS_TOKEN and REACT_APP_CONTENTFUL_SPACE_ID in .env file (renamed from .env.example. Both the front-end and back-end run without error, however, when loading the page on localhost:3000, I get the error
Firebase: Error (auth/invalid-api-key).
How can I try out the tech-radar without setting up Firebase etc.? Thanks a bunch in advance!
The text was updated successfully, but these errors were encountered:
I'm trying to get the tech-radar running locally without the Firebase functions (not planning to use them). I've loaded up a Contentful instance with the example
contentful-export-2022-04-18.json
and populated theREACT_APP_CONTENTFUL_ACCESS_TOKEN
andREACT_APP_CONTENTFUL_SPACE_ID
in.env
file (renamed from.env.example
. Both the front-end and back-end run without error, however, when loading the page onlocalhost:3000
, I get the errorFirebase: Error (auth/invalid-api-key).
How can I try out the tech-radar without setting up Firebase etc.? Thanks a bunch in advance!
The text was updated successfully, but these errors were encountered: