Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: yarn dev #2

Open
Shiba-Matic opened this issue Feb 14, 2022 · 1 comment
Open

[BUG]: yarn dev #2

Shiba-Matic opened this issue Feb 14, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Shiba-Matic
Copy link

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 |

15 | export const auth = getAuth(app);
| ^
16 |
17 | export default app;

Additional Information

No response

@Shiba-Matic Shiba-Matic added the bug Something isn't working label Feb 14, 2022
@AnishDe12020
Copy link
Owner

You need to add the firebase API keys and other environment variables (twitter bearer token, nft module address and backend url) in a .env.local file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants