> For the complete documentation index, see [llms.txt](https://docs.sharinpix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sharinpix.com/faqs/i-got-a-cookie-error-what-should-i-do.md).

# 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
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.sharinpix.com/faqs/i-got-a-cookie-error-what-should-i-do.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.
