Changing the condition of a repeating group = disapearing the linked video

I am creating a social media app on bubble io ,
and I use the same repeating group to show the newest posts and show the posts that you search for .

but when i type in the search bar to the posts that i want (there is videos in the posts) the rest of the post including the title and pictures and comments all apear BUT NOT THE VIDEOS. please how can i fix this bug ?

note : all the conditions and visibility comands are set in a right way and this has been holding the creating of my app for a long time noone could fix it so far :cry:

even if i clear the search bar and the repeating group goes back to showing the newest posts The videos are no longer there and it is not showing them !!!

the only solution for the user is to refresh the page and not search for any post !

It is the same thing if you change the condition to show the posts from the creators you follow !!! please help me as soon as possibe .



Hi! Can you send a screenshot of your video element? The data source and the conditionals. Those would be helpful to debug the issue.

1 Like

Hi Zeroic !!



I really apreciate your help !

No problem :slight_smile:

You have a condition here to hide the video player if the post’s video is empty. You might want to check that once maybe? As far as I see from the screenshot, this condition is being set to true which is why the video player element itself is not visible.

Run this in the debug mode and check there and see what the video player element has in its data source when

  1. You don’t have anything typed out in search
  2. You have something typed out in search

This topic was automatically closed after 70 days. New replies are no longer allowed.