Skip to content

Commit c69f65e

Browse files
Document 'User and Invitation emails do not match' error (#3445)
* Document 'User and Invitation emails do not match' error Added troubleshooting section for 'User and Invitation emails do not match' error, including description and solution steps. * Update common-issues.md * Update content/troubleshooting/common-issues.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update content/troubleshooting/common-issues.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update common-issues.md --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5629e53 commit c69f65e

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

content/troubleshooting/common-issues.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,40 @@ workflows:
218218
After removing duplicate cache paths, the build should complete successfully without the caching error.
219219
220220
{{< /collapsible >}}
221+
222+
223+
### "User and Invitation emails do not match" error when joining a team
224+
225+
###### Description
226+
A user may be able to log in successfully but fail to join a team with the following error:
227+
228+
```
229+
User and Invitation emails do not match
230+
```
231+
232+
This can happen when the email address used for the invitation does not exactly match the email address used during login.
233+
234+
{{<collapsible title="Solution" id="user-invitation-email-mismatch-solution" >}}
235+
###### Solution
236+
The most common cause of this error is a mismatch in the invited email address, including differences in letter casing.
237+
238+
To resolve this:
239+
240+
- Verify the email address the invitation was sent to.
241+
- Compare it with the email address used to log in.
242+
- Ensure both email addresses match exactly.
243+
- Casing is important, so even differences in uppercase and lowercase letters will cause a mismatch.
244+
245+
Example:
246+
```
247+
Invited: Test@example.com
248+
Logged in: test@example.com
249+
```
250+
251+
- If needed, revoke or cancel the incorrect invitation.
252+
- Send a new invitation to the exact email address the user uses to log in.
253+
- Ask the user to accept the new invitation.
254+
255+
After sending an invitation to the matching email address, the user should be able to join the team successfully.
256+
257+
{{< /collapsible >}}

0 commit comments

Comments
 (0)