Forum Discussion
Problems loading visuals on closed network
- 4 years ago
Hi, Anonymous
May be follow the steps you can solve the situation.
Please read the document first:
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,Community Support Team _ Janey
Examine the code for the visual. Most likely it is trying to "phone home" and failing to do so (which is probably a good thing). Try to stay on the safe side and only use visuals that do not phone home and that do not transport your data to a third party for processing.
How would that kind of thing prevent the visual from loading? Is there a block of the TypeScript that runs before the visual is loaded on the visual pane (i.e. the visual is not even selectable for putting on the canvas, it just spins there).
Seperately, I looked at the code, and I don't see any calls that would get made in the source code (I just unpacked the .pbiviz file).
What could cause this?