You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.
The Dashing Client would need to be located on the same machine as the Dashing Server (otherwise the browser wouldn't be able to load the iFrame contents).
However, it sounds weird. If possible, put the HTML files into your Dashing app's public folder and reference them like this: (assuming: Dashing/public/SFDC.html)
I thought I had this licked but nooooo
How can I have the iframe widget display a local html file located on the dashing server?
I've tried all sorts of variations of file:// file:/// etc.
curl -d '{"auth_token": "YOUR_AUTH_TOKEN", "url": "file:///administrator/manchvegas/xls/SFDC.html" }' \http://localhost:3030/widgets/iframe
I swear it worked for couple of moments then stopped after a reboot. I can curl an external website to display in the widget no problem.
If this isn't possible using iframe is there another approach I can make?
thanks
The text was updated successfully, but these errors were encountered: