Soundplayer componend not working anymore

Hey guys,
has anyone this issue:
Yesterday the soundplayer componand (load external sound url with api) + play worked fine.
Today it does not. Api working fine. Url get handed to the soundplayer source. :tired_face::tired_face::tired_face:

So I solved it and want do document it here.
We use cloudinary to store the sounds. Looks like cloudinary gives you back a http adress when storing it. Seems that since yesterday thunkable does not play http anymore? (maybe someone from the team can comment on this?).

Cloudinary gives you your file no matter wheather you use http or https. So I added a string componend that changes the http to https. Now it works.

1 Like