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

OAuth error #595

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/content/troubleshooting/faq/authentication-error.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: "../../../layouts/FAQLayout.astro"
sidebar: { hide: true }
title: "I hit the authentication error: `Failed to login as OAuth user`"
section: account
section order: 19
---

# I hit the authentication error: `Failed to login as OAuth user`

This error means that your Git account is already linked to a Chromatic user. Here are two options to resolve this:

**Option 1: Keep both users**

You can keep both the Git-linked and email/password users, but each will have its own login method in the Login page.

**Option 2: Consolidate both users**

- Log in with Git. On the Login page, select `Connect with ...` to access the Git-linked user.
- Delete the user by following the instructions provided [here](/docs/faq/delete-my-profile).
- Log back in with your email/password.
- Link Git: Go to your `Profile` settings and connect your desired Git provider.

After completing these steps, you’ll have a single account that you can access with either email/password or Git.
Loading