Skip to content

Commit

Permalink
Create TROUBLESHOOTING.md (Significant-Gravitas#5300)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi authored Sep 22, 2023
1 parent ce3ab44 commit 6a776d1
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
This page is a list of issues you could encounter along with their fixes.

# Frontend
**Github Authentication**

Error during GitHub Sign-In: [firebase_auth/account-exists-with-different-credential]
An account already exists with the same email address but different sign-in
credentials. Sign in using a provider associated with this email address.

*Solution*

Reset the frontend folder
go to the root of the repository

```
rm -rf frontend
git checkout origin/master frontend
```
---
<!-- Add other change here -->

# Forge
TODO

### Benchmark
TODO

0 comments on commit 6a776d1

Please sign in to comment.