# I got a cookie error, what should I do?

Some devices may encounter a cookie error which never stops displaying the "click here to allow cookies" as depicted in the image below:

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

When you encounter this error, it might be because of:

* Old version of the SharinPix app used

SharinPix latest package version is correcting this problem most of the time. You just have to go to the AppExchange ( <http://bit.ly/SharinPixAppExchange> ) and use the Get It Now button, just like if you were installing this for the first time. The AppExchange will detect the existing installation and will just update the code without any impact on your implementation.\
That should correct the problem, if not, please check the other solutions below.

* Incorrect security settings

  SharinPix relies on external URLs to upload, display and manage images.

  You may have to whitelist those URLs in order to correct this problem.

  The list of those URLs can be find here: [SharinPix Endpoints to Authorize](/documentation/access-and-security/sharinpix-endpoint-urls-to-authorize-or-whitelist.md)
* Incorrect implementation of an Iframe

  If you are using an Iframe, its implementation might be incorrect.

  To overcome this issue, SharinPix adopted the use of the **postMesssage** method in the Iframe implementation. For more detailed information about how to use the postMessage method to bypass the error, click on the link that follows:

<http://docs.sharinpix.com/m/documentation/l/1193053-using-a-sharinpix-component-in-an-iframe-developer-oriented>

{% hint style="info" %}
If the problem still persists or if you require assistance, you can contact us [here](http://www.sharinpix.com/#contact).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.sharinpix.com/faqs/i-got-a-cookie-error-what-should-i-do.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
