See the images below, first is when visiting the site without logging in. There is a GET call to my public Supabase table of 'Renders' or 'CaseStudies'. It works great.
Then, when you log in as a user and go back to the home page, it filters it by what I assume is the user_id and because the user I tested with doesn't have any Renders stored, the home page GET call is blank.
Then, I log out and visit the home page again and it's doing the same blank GET call...
Am I structuring my API call wrong here? Or is the session storing a key that is staying set even after a logout?
Help would be awesome.