Cant fire up or deploy WAB application

370
2
Jump to solution
07-18-2018 12:54 PM
joerodmey
MVP Alum

Trying to deploy my web app from WAB to my own web server but app hangs on the loading screen (screenshot attached). This is also the case when I try running the app locally when I fire up the the index.html. Thinking it was some custom code in the app, but i tried "dummy" plain apps and still the same result.

What may be causing this issue?

Thanks

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Joe,

   You can not run the app from the file system like you are attempting to do (notice the file:// in the url) you need to use your machine name or at least localhost.

View solution in original post

2 Replies
joerodmey
MVP Alum

Screenshot attached

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Joe,

   You can not run the app from the file system like you are attempting to do (notice the file:// in the url) you need to use your machine name or at least localhost.