> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/profiles/creating-a-customer-profile/circular-signup-and-sign-in-error.md).

# Circular Signup & Sign-in Error

{% hint style="success" %}
**This issue is RESOLVED** by changing the Sign-up/Sign-in email from Magic Link to a One-Time Password (OTP). If you would like to update your environment, please reach out to the Customer Success team.
{% endhint %}

When a Customer wants to Sign-up or Sign in to your Club’s app, they will need to enter the email address associated with their Profile. If the Customer enters their email address, receives the system email to Sign-up/Sign in, clicks on the button inside the email, and it appears the system is asking them to Sign-up/Sign in again, they are likely stuck in a circular error.

**This error is a result of the email application on the Customer’s phone**. Meaning, the Customer’s email application (Gmail, Outlook, Mail, etc.) will open a browser INSIDE the email application, rather than opening the browser application on the Customer’s phone.

Staff (or a Customer) can notice if this error is happening by looking at the top of the phone’s screen, where there might be a “Done” or “Back” button available for the Customer to click.

<figure><img src="/files/VF5erbp1515YUrOgK5kA" alt=""><figcaption></figcaption></figure>

Or by looking at the bottom of the phone’s screen, where there will be an icon to open a browser like Safari or Chrome (the icon in this example is Safari).

<figure><img src="/files/eH2IhNtqPGiHYJoQZ04e" alt=""><figcaption></figcaption></figure>

The way to escape the circular sign-up error is to hold down a finger on the SIGN UP button inside the system email.

<figure><img src="/files/ZrWHt3IulImAWS6OhIVM" alt=""><figcaption></figcaption></figure>

And to click on the “Copy Link” button, then paste that link inside the Customer’s preferred browser.

<figure><img src="/files/G9dfS9x0r5Nb99NgxIPq" alt=""><figcaption></figcaption></figure>

Another easy way to notice if the Customer is stuck in the circular sign-up error is to review the different applications open on the phone. Notice the below screenshot, where the Customer is clearly signed into the system on their Gmail application and not on Chrome, a browser application, where the Customer needs to be signed in.

<figure><img src="/files/2Ngliz778ndgHv2MXOlQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.podplay.app/profiles/creating-a-customer-profile/circular-signup-and-sign-in-error.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
