Hey Everyone,
I am facing a strange issue,
I am using video embeded code from muse.ai to show the video on my bubble web page.
Code :
Source of above code: muse.ai | docs
In the above code when I am replacing the data-video parameter with dynamic data, the video is not coming up. Its only working with static data. To check if the dynamic data is correctly coming up, I have also added a text in the same repeating group showing the parameter:
The parameter is showing up , that means the dynamic data is coming up, if I replace the same text with the static text video is showing up
I think this is async & await issue which happens in javascript. How to handle this in bubble.io?