User Profile Information Not Displaying for Logged-Out Users on Video Uploads

I’m encountering an issue with user profile information displayed on my web application. The problem occurs when viewing video uploads on different devices, depending on whether the user is logged in or not.

Scenario:

  1. Logged-In User:
  • When I log in to my account and view the video uploads, I can see the profile information of the video uploader (such as their username and profile picture) displayed correctly alongside their videos.

  1. Logged-Out User or Different Device:
  • However, when I access the same video content from a different device or browser where I’m not logged in, the profile information of the video uploader (username and profile picture) does not appear. The videos are still visible, but the associated user details are missing.

Observations:

  • The issue seems to be tied to the authentication status of the user. The profile information is only visible when the viewer is logged in, but it should ideally be visible to all users, regardless of their login status.
  • The data for the uploader’s profile is being pulled directly from the database, specifically from the parent group’s video’s user-name field.

Request for Assistance:

I would appreciate any guidance or suggestions on how to resolve this inconsistency. Ideally, I want the video uploader’s profile information to be displayed for both logged-in and logged-out users. If there are specific settings or configurations in Bubble that I should check, or if there is a need for a different approach to fetching and displaying this data, please let me know.

Thank you in advance for your help!

Go to database Tab, Privacy settings. I think that will resolved the issue.

Hope this helps!

1 Like

Love you @animisha45 I got it. Thanks very much

1 Like

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