# Web Viewer NSURLErrorDomain Error Code -1100

**URL:** https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028
**Category:** Issues / Bugs
**Created:** [November 24, 2022, 7:26pm UTC](https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028 "2022-11-24T19:26:30Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![josepandare02t](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@josepandare02t](https://community.thunkable.com/u/josepandare02t)
#### Post date: [November 24, 2022, 7:26pm UTC](https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028/1 "2022-11-24T19:26:30Z")

</div>

Hello,

I am using webviewers (html/javascript) to upload media and files to cloudinary and firebase. Both web page files are stored on Firebase Storage as html pages with https://… web prefixes. Everything works fine on Thunkable Live, TestFlight and Play Store (test) but **ONLY THE FIRST TIME** the app is opened in a device (iOS/Android, Thunkable Live or executable file) the webviewers show the below error:

**NSURLErrorDomain Error Code: -1100** on iOS  
**Domain: undefined Error Code: -2** on Android

That’s is enough for the app to be rejected from Publishing.

Looks like it is matter of changing url format on the webviewer settings but not sure what the solution is.

Would appreciate advise or solution, if you have faced same issue.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [November 26, 2022, 1:27pm UTC](https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028/2 "2022-11-26T13:27:37Z")

</div>

> [@josepandare02t](#):
>
> Both web page files are stored on Firebase Storage as html pages with https://… web prefixes.

Are these pages accessible to public?

---

<div class="post-metadata">

### Author: ![josepandare02t](https://avatars.discourse-cdn.com/v4/letter/j/91b2a8/32.png) [@josepandare02t](https://community.thunkable.com/u/josepandare02t)
#### Post date: [November 26, 2022, 3:53pm UTC](https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028/3 "2022-11-26T15:53:00Z")

</div>

Thanks @munner for replaying.

After doing some tests, including assigning the URL with plain text (and not from a variable) just reliased that that variable was not being assigned after login in. A silly mistake that took me couple of days to find.

Thanks once again.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:12pm UTC](https://community.thunkable.com/t/web-viewer-nsurlerrordomain-error-code-1100/2148028/4 "2024-11-08T13:12:38Z")

</div>


