The backend works great-- even shows content. Frontend does not render the content-- it gets the content returned to the Ajax call [{"duration":8,"id":2,"name":"boro","type":"Iframe","render_details":{"path":"http://www.borough.kenai.ak.us"}}] but it doesn't do anything with it.
I did change the iframe.js file (was remote_video.js) and ran the generate...install (under concerto) like the readme says.
I tried to put some console.log lines in some of the public/frontend_js files in concerto (such as the contents/iframe.js and screen.js) but they never show up. I don't know why this is. There are no js errors in the console window. I have tried an incognito window, restarting the rails server, etc. But nothing seems to help.
I'm hoping that someone can give me some guidance on this...
The backend works great-- even shows content. Frontend does not render the content-- it gets the content returned to the Ajax call
[{"duration":8,"id":2,"name":"boro","type":"Iframe","render_details":{"path":"http://www.borough.kenai.ak.us"}}]
but it doesn't do anything with it.I did change the iframe.js file (was remote_video.js) and ran the generate...install (under concerto) like the readme says.
I tried to put some
console.log
lines in some of the public/frontend_js files in concerto (such as the contents/iframe.js and screen.js) but they never show up. I don't know why this is. There are no js errors in the console window. I have tried an incognito window, restarting the rails server, etc. But nothing seems to help.I'm hoping that someone can give me some guidance on this...