Kulath1 / MERN-Blog

MERN blog using Tailwind CSS
0 stars 0 forks source link

Sign in Authentication - Invalid API key #1

Open Kulath1 opened 5 months ago

Kulath1 commented 5 months ago

The application is experiencing an error due to an invalid API key. The server responded with a 400 status code (Bad Request), indicating that the provided API key is not valid. The error message received is as follows: { "error": { "code": 400, "message": "API key not valid. Please pass a valid API key.", "errors": [ { "message": "API key not valid. Please pass a valid API key.", "domain": "global", "reason": "badRequest" } ], "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.rpc.ErrorInfo", "reason": "API_KEY_INVALID", "domain": "googleapis.com", "metadata": { "service": "identitytoolkit.googleapis.com" } } ] } }

Kulath1 commented 4 months ago

Fixed it by updating the Node package. The issue was created due to the fact that the fairebase version did not support the node version.