I’m following this tutorial: How To Build An Instagram Clone With No Code but with my own designs and features
im having a problem with the home feed “following” posts
it works, i can see my following’s posts but it takes me to my own profile when clicking on their username/profile-image instead of their profile
-I have looked at many posts and tutorials but it says to send data as “current cell user”
but i dont have that tab name and Not sure how to create it
The forum posts i read people were saying it still wasn’t working and there wasn’t a reply to them
the feed post:
the profile pic
worflow:
profile page:
database info:
i know i made a mistake somewhere but idk what
and i have been working on this for hours
Hello @jessedcormier96
If the app is taking you to your own profile is because you are instructing it to do so since you are the “current user”.
If you want to be taken to another user’s different place in your app then you have to make sure that you are selecting the correct user. For example … I see that you have “post creator”. just as an experiment try setting the go to page action to send the data of the current cell post’s creator and see what happens.
Hope this helps 
i have done that and it still takes me to my own profile [if i did it correctly]
the post of the user i am following is there, is another account other then mine
in the image above is the profile page
so when i click on a users profile pic on the “home page feed” it takes me but it shows my account info,
i made it somewhat work, it shows the users posts but thats all
Perhaps a rethinking of how the dB model is structured might help you find a solution.
What I mean is to be able to look at your database types and fields … how they relate to each other … and see if things make sense or if additional fields to connect them are needed … or if additional data-types are needed.
I have not looked at all the details of your build or the how-to article by Bubble. Nevertheless, rethinking you dB model always helps 
Another idea would be to research for learning material online on how Instagram clones (or other social media type apps) have been built with Bubble. I believe I have seen some stuff online… If you decide to do so … I suggest you pay special attention to how they structure their dB (assuming that they show their build working of course!).
1 Like