> 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-an-error-message-webpage-not-available-when-trying-to-launch-the-sharinpix-mobile-app-what-sho.md).

# I got an error message 'Webpage not available' when trying to launch the SharinPix mobile app. What should I do?

![](/files/WLstt40plLDe35vRrjTU)

If you are encountering a 'Webpage not available' error message in a Salesforce webview as depicted above, this could be because you’re opening a SharinPix deeplink instead of a Universal Link. In some cases where a webview is used within the Salesforce app to display external web content, this behavior can be observed.

**The workaround is to use a SharinPix Universal Link instead.**

For example, the following deeplink example will not work on Salesforce webviews:

<mark style="color:red;">`sharinpix://upload?token`</mark>*<mark style="color:red;">`<Token Inserted Here>`</mark>*

It should be replaced by a Universal Link similar to one below:

<mark style="color:red;">`https://app.sharinpix.com/native_app/upload?token=`</mark>*<mark style="color:red;">`<Token Inserted Here>`</mark>*

**Tip:**

Deeplinks start with <mark style="color:red;">`sharinpix://`</mark>whereas Universal Links start with <mark style="color:red;">`https://app.sharinpix.com/native_app/`</mark>.

{% hint style="warning" %}
**Note:**

Salesforce webviews are usually opened

* Within a Community website on the Salesforce app when trying to launch the SharinPix app using a deeplink or any components used to open the SharinPix app such as the [SharinPix Mobile Launcher](/documentation/lightning-web-component/sharinpix-mobile-launcher.md).
* When a custom LWC is used to open a SharinPix deeplink.
  {% 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-an-error-message-webpage-not-available-when-trying-to-launch-the-sharinpix-mobile-app-what-sho.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.
