Hey everyone, I’m having what I believe is a common problem (or rather the users mistake) on here. I’m building a marketplace app and my welcome screen is the same as the home screen but one is for non logged in and the other for logged in users. I also made a copy of explore page, profile page, listing details for non logged in users. Still I cant figure out where i have linked everything wrong or where im missing some data.
If the component you are linking from is not a list that is filtered down to the correct “Current {data}” then that data will be missing from the screen that is being linked to.
The only way to make that data flow to that screen is to make it a list of that data and filter it down if needed.