App not displaying proper data

So, in my app, I have a data type called user, and a data type called product.

I’ve created a couple fake users, and listed some products, and the products have users attached as the “creators”

But on the page I’m trying to design as my “newsfeed page” where I want it to display the “current cell’s product’s creator’s profile picture” nothing shows up.

I’ve triple checked all the data…the repeating group is “doing a search for” “products” where the “creator” is in the “current user’s list of following” and I can call data for that current cell’s product, but when I try to call one level deeper (that current cell’s product’s owner’s data) it doesn’t display the data).

I’ve checked that the “created by” and the “user” that is listed under the list of following match, and I’ve checked that the product was indeed “created by” the same user that is in the list of following, but I can’t seem to solve this, can anyone help? I’ll attach photos below. Thanks so much!


Screen Shot 2022-05-10 at 5.51.22 PM
Screen Shot 2022-05-10 at 5.51.28 PM
Screen Shot 2022-05-10 at 5.51.34 PM

Hi there, @jakemstrauss… the issue could be related to privacy rules, and it can’t hurt to check out this post to see if it helps.

Best…
Mike

1 Like

Wow, thanks Mike, you were absolutely right! Solved my issue, thanks a ton!

1 Like