I have my homepage set up like a directory, but when i go to click on a certain item from the list it just sends me to the home page. How do i get each directory items linked to there on page from the home page?
Can you check the item click action in the collection settings?
Its still set to whatever the default is. When i first started the project it was working fine, I could navigate through each page no problem. But all of a sudden it has stopped working.
Can you show us a screenshot of the action?
Are you sure that’s your “Home page”? Did you copy the components from your “Home page” to that details screen at any point?
No I haven’t. Can i just create another home page and it will be linked?
Is your “homepage” the top level of a tab?
I have it placed at the top of my navigation bar. top of the page just says home.
I think what @ThinhDinh is getting at is that it might be possible that you are viewing a detail screen which is sourced from the same table as the list items, so you are essentially forcing yourself into a loop where the detail screen contains the list, and then clicking on a list item takes you to the same detail screen with the same list.
To say for sure, we would probably need to see a video showing you opening the app, getting to that home screen, and clicking on items in the list.