The png icons do not appear when I access the URL after downloading the app on to the server.
Nora,
What errors do you see in the browsers web console?
Above are the error messages. When I look in the folders there are the correct png images.
Nora,
The fact that the app is looking for pngs in this folder (http s://arbgisapps.ad.arb.ca.gov/webappbuilder/apps/3/widgets/About/images/icon.png) tells me that something went wrong with the download of the app from WAB and subsequent publishing of the app to your web server. The apps/3 is only a folder that would be available in WAB Dev machine and should not be referenced on the web server. Did you download the app from WAB Dev and then extracted the zipped app to your web server?
Deploy your app—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers
The other errors about woff and woff2 are due to you not having those MIME types registered with your web server.
Yes, I downloaded the app and the extracted the folder.
Something went wrong then... Try again.
I'm experiencing the same issue and have tried redownloading it. @RobertScheitlin__GISP or @NoraKennedy did you ever find a solution?
Karina,
Sorry I have never had this issue myself. You may want to contact esri tech support.
@RobertScheitlin__GISP I will reach out to them. Thanks for your prompt reply!
I am having similar issue of widget icon not showing in webappviewer. I am getting following error in inspect window:
https://[mymachinename]/webappviewer/widgets/MyFirstWidget/images/icon.png?wab_dv=2.21 404 (Not Found)
I was able to see my icon when I copy pasted my icon image in Image folder of my widget. But after I tried to edit/save the image, I don't see it anymore. I am trying to fix the path of the image but cannot figure out how to do it. Anyone knows how to fix this?