aboutsummaryrefslogtreecommitdiff
path: root/TROUBLESHOOTING.md
diff options
context:
space:
mode:
authorGravatar merwanehamadi <merwanehamadi@gmail.com> 2023-09-22 07:14:59 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-22 07:14:59 -0700
commit6a776d10b72de7e5c637079bb0a930cd54be7cd4 (patch)
tree46150ab5b3715c671cf3fe92be7608aee7846f37 /TROUBLESHOOTING.md
parentCorrected Typo on QUICKSTART.md (#5294) (diff)
downloadAuto-GPT-6a776d10b72de7e5c637079bb0a930cd54be7cd4.tar.gz
Auto-GPT-6a776d10b72de7e5c637079bb0a930cd54be7cd4.tar.bz2
Auto-GPT-6a776d10b72de7e5c637079bb0a930cd54be7cd4.zip
Create TROUBLESHOOTING.md (#5300)
Diffstat (limited to 'TROUBLESHOOTING.md')
-rw-r--r--TROUBLESHOOTING.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md
new file mode 100644
index 000000000..b4c11f873
--- /dev/null
+++ b/TROUBLESHOOTING.md
@@ -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