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