Icon image is broken only when viewing app on mobile phone

401
1
Jump to solution
01-30-2023 07:11 AM
FranklinAlexander
Occasional Contributor III

The svg images for the widget icons sometimes won't show up after the app is exported to and deployed on a local server. I am having an issue with one icon in particular, the default Query widget icon will sometimes not load on both desktop and mobile layout once the app is deployed. 

Screenshot of icons in the EXB GUI in mobile layout:

mobile_icons_emulator.png

 

 

 

Screenshot taken from mobile phone:

mobile_icons_fromPhone.png

 

 

Would like to know if any one else has had the same issue, is this a possible bug, and is there a quick fix?

 

0 Kudos
1 Solution

Accepted Solutions
FranklinAlexander
Occasional Contributor III

After checking the config.json file, I found the issue. I found 2 instances where the query widget icon svg had a localhost address. Not sure why that happened, but I copied and pasted the correct paths from the console to the config and all is good. 

View solution in original post

1 Reply
FranklinAlexander
Occasional Contributor III

After checking the config.json file, I found the issue. I found 2 instances where the query widget icon svg had a localhost address. Not sure why that happened, but I copied and pasted the correct paths from the console to the config and all is good.