forked from Significant-Gravitas/AutoGPT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create TROUBLESHOOTING.md (Significant-Gravitas#5300)
- Loading branch information
1 parent
ce3ab44
commit 6a776d1
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |