WAB Dev Edition 2.11 Results button not displaying on widgets

674
3
Jump to solution
06-14-2019 07:09 AM
DanielSalazar1
New Contributor II

I am noticing that when I deploy a web app on our webserver some of the widgets do not show the Results button with is the  button with the three dots (...) . See attached image. Not sure what is causing this issue. In developement mode on my local pc the buttons show not problem, once i put on the 2008 IIS webserver, the buttons are gone.

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  OK your error is with the SVG Mime type on your server.

GET https://gis.cravencountync.gov/apps/mMaps/jimu.js/css/images/more_hover.svg 404 (Not Found)

View solution in original post

3 Replies
RobertScheitlin__GISP
MVP Emeritus

If you look in your browsers web console you will see that the error is that the woff and woff2 mime type are not registered with your web server.

https://brianflove.com/2015/08/11/web-font-in-iis-err_connection_reset/

0 Kudos
DanielSalazar1
New Contributor II

Ive installs the woff fonts, I am not seeing the console errors for the web fonts. This is the link to the app ArcGIS Web Application 

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Daniel,

  OK your error is with the SVG Mime type on your server.

GET https://gis.cravencountync.gov/apps/mMaps/jimu.js/css/images/more_hover.svg 404 (Not Found)