I’m following a tutorial on Udemy where I am building a task management app. Everything was great until my app did not display all of the user’s profile images that were assigned to the same task. I only see the profile pic of the current user and the other spaces are empty. It’s as if the current user need permission to see the other users’ profile pics that are assigned to the same task.
I have a RG of “tasks” and inside that group is another RG called “users” that’s calling for “current cell’s task’s assignees”. The repeating image item in the RG is calling for “current cell user’s profile image:process with imgix”. I run the preview as one of the users and I only see the current user’s profile pic in the space order, i.e., if that user was the 3rd to be assigned the task, then that user’s pic is in the third box in the horizontal RG (screenshot attached). I hope I explained it well. Any help will be greatly appreciated.
So, I was correct in thinking that the user had to have permission to see the other user’s pics. I was on the right track but didn’t know how to correct it. Again, thank you.