You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certainly, here are the reproduction steps for issue #139:
🐛 Issue Summary
A non-logged-in user generates a summary, but Supabase incorrectly fetches the details of a logged-in user (if one exists) and auto-likes the video.
Reproduction Steps
Open the application in an incognito browser or any session where you are not logged in.
Generate a video summary without logging in (follow standard steps to create a summary without authentication).
Observe the Supabase behavior:
Check if a logged-in user's details (from other open sessions or cached data) are retrieved by Supabase.
See if the video summary receives an automatic "like" attached to a logged-in user's account, even though the action was performed by an unauthenticated user.
Expected Behavior:
No auto-like should be applied.
The video summary should remain without any logged-in user interaction unless explicitly liked by a signed-in user.
Actual Behavior:
The video summary is auto-liked by a logged-in user, even though it was generated by an unauthenticated user.
Additional Notes
This might be caused by Supabase erroneously retrieving logged-in user details when performing actions as a guest.
Let me know if you need any clarifications or further details!
The text was updated successfully, but these errors were encountered:
Certainly, here are the reproduction steps for issue #139:
🐛 Issue Summary
A non-logged-in user generates a summary, but Supabase incorrectly fetches the details of a logged-in user (if one exists) and auto-likes the video.
Reproduction Steps
Open the application in an incognito browser or any session where you are not logged in.
Generate a video summary without logging in (follow standard steps to create a summary without authentication).
Observe the Supabase behavior:
Expected Behavior:
Actual Behavior:
Additional Notes
Let me know if you need any clarifications or further details!
The text was updated successfully, but these errors were encountered: