$ next dev
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
event - compiled client and server successfully in 4.6s (769 modules)
wait - compiling / (client and server)...
event - compiled client and server successfully in 1584 ms (1143 modules)
wait - compiling /_error (client and server)...
event - compiled client and server successfully in 144 ms (1144 modules)
error - FirebaseError: Firebase: Error (auth/invalid-api-key).
Steps To Reproduce
1 of 1 unhandled error
Server Error
FirebaseError: Firebase: Error (auth/invalid-api-key).
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Source
lib\firebase.ts (15:28) @ eval
Description of the bug
$ next dev ready - started server on 0.0.0.0:3000, url: http://localhost:3000 event - compiled client and server successfully in 4.6s (769 modules) wait - compiling / (client and server)... event - compiled client and server successfully in 1584 ms (1143 modules) wait - compiling /_error (client and server)... event - compiled client and server successfully in 144 ms (1144 modules) error - FirebaseError: Firebase: Error (auth/invalid-api-key).
Steps To Reproduce
1 of 1 unhandled error Server Error FirebaseError: Firebase: Error (auth/invalid-api-key).
This error happened while generating the page. Any console logs will be displayed in the terminal window. Source lib\firebase.ts (15:28) @ eval
13 | const app = initializeApp(firebaseConfig); 14 |
Additional Information
No response