Dojo,
I have a dashboard with a web component that loads a local web page on the server. This works fine.
However when I access the dashboard via dataminer.services the page is not loaded and I get the error shown. How can I resolve this ?

Wale Oguntoyinbo [SLC] [DevOps Advocate] Selected answer as best 2 days ago
Hi Wale,
Can you try putting the web page in the 'C:/Skyline Dataminer/webpages/public' map?
Kind regards,
Robin
Wale Oguntoyinbo [SLC] [DevOps Advocate] Selected answer as best 2 days ago
Hi Wale,
There's two things to keep in mind when referencing local resources:
- Local resources are not accessible over dataminer.services unless they're in the public folder (all others are blocked)
- Your URL should be a relative URL so that for both local and remote access (which have different URLs), the resource can be accessed.
Wale Oguntoyinbo [SLC] [DevOps Advocate] Posted new comment 2 days ago
Thanks for the additional info!
Thanks Robin, in combination with Sebastiaan's answer this now works.