> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guile.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Challenge Expired

> The authentication challenge has expired

## Cause

The challenge Guile issued for this sign-in or verify step has expired. Guile
will not accept the old challenge payload; no new session tokens are issued from
it.

## Fix

Create a new challenge with
[create an authentication challenge](/api-reference/challenges/create-an-authentication-challenge)
(or the registration challenge path you use), complete verification, then call
the verify operation again.

## Retry safety

Not retryable

## Raised by

These operations can return this problem:

* [Verify the current email address](/api-reference/email-verification/verify-the-current-email-address)
* [Verify authentication](/api-reference/challenges/verify-authentication)
* [Verify customer registration](/api-reference/registration/verify-customer-registration)

## Example

```json theme={null}
{
  "type": "https://docs.guile.app/problems/challengeExpired",
  "title": "Challenge Expired",
  "status": 422,
  "detail": "The challenge Guile issued for this sign-in or verify step has expired. Guile will not accept the old challenge payload; no new session tokens are issued from it."
}
```
