Wappler Version : 6.5.5 but believe this is since 6.5
Operating System : Windows 11
Server Model: Apache
Database Type: MySQL
Hosting Type: Azure App Service
Expected behavior
Click the play control and the video plays
Actual behavior
Click the play control and nothing plays. However, if I set the URL to static it will play. This did work prior to 6.5
This works
This does not
Thought maybe the URL has to be encoded since 6.5 and that did not work.
Tried the brackets, nothing. The server connect is returning the results. I know this because its also returning the data from other columns in the tables. It returned three lines, and created three columns as part of the masony. All the text is dynamic. What I did notice is the URL is returned like this? I tried encoding, not sure if that has anything to do with it. Just odd that it started after 6.5
Do you see any errors in the browser console?
Can you also paste your full masonry code here, (not a screenshot but the code itself) or provide a link to this page.
Its hosted on Azure App Service and we use conditional access and Intune to keep everything locked down and secure. Sorry I know that does not make this easy.
if static(relative) url works but dynamic(relative) url don't work..
it looks to me that dmx-bind is not translated correctly (form relative to absolute url)
Can you try that:
Save the whole video url("https://mydomain.com/path/xbxbxb/video.mov") in your data sourse and run again
Compare in the online code how is the video source translated in each of the above 2 cases?
(I don't know if the above test will make sure that the relative url is translated correctly... Any other idea would be welcome)
I did try the complete URL. Same result. When I click the video that has a static URL, I can see the video gets loaded. When I click the dynamic, nothing gets loaded, no attempt, nothing, not even console. Its like the controls are locked.