# Incomplete setup

Resolve incomplete setup errors.

The [application](/explanation/application) is not yet ready to accept beacons.

Newly created applications take a few seconds to finish provisioning before they can receive events.

> **Recommended action**
>
> Retry the request after a brief delay. If the error persists for more than a few seconds, [contact support](https://croct.com/contact/support?subject=bug-report\&message=I%20encountered%20an%20incomplete%20setup%20error%20while%20using%20the%20Event%20Tracking%20API.%20The%20application%20has%20not%20finished%20provisioning%20and%20the%20error%20persists.).

## Response

All error responses follow the [Problem Details (RFC 9457)](/reference/api/overview#errors) format. The `type`, `title`, `status`, and `detail` fields are always present, while `instance` may be omitted depending on the API.

Here is an example of the response returned for this error:

```json
{
  "type": "https://croct.help/api/authentication/incomplete-setup",
  "title": "The application setup is incomplete.",
  "status": 403,
  "detail": "The application setup is incomplete.",
  "instance": "/client/web/track"
}
```
