Issue deploying web app created using Developer Edition

748
4
Jump to solution
12-04-2019 10:24 AM
NDFAdmin
New Contributor III

Hello,

I recently developed a custom web application using Web AppBuilder SDK. I downloaded and unzipped the web app files and put them on my web server (IIS). However, when I go to access the application I only get the loading screen and eventually the connection times out and says the site can't be reached. It seems to be an issue with setting up a proxy, but I wanted to make sure that there wasn't something I was missing. Has anyone else had a similar issue?

Thanks,
Aaron

0 Kudos
1 Solution

Accepted Solutions
NDFAdmin
New Contributor III

Thank you, that solved the issue.

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

What errors are presented in the browsers web console?

0 Kudos
NDFAdmin
New Contributor III

I'm getting a 404 not found error.

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

So that points to two different issues you have.

  1. You have not registered the woff and woff2 mime types with your web server. Set mime types for web fonts in IIS » Coding Still 
  2. You have your portal url using https and your web server is not setup to support https. You need to open the config.json for that app and change the portalUrl to http
0 Kudos
NDFAdmin
New Contributor III

Thank you, that solved the issue.

0 Kudos