I've been trying to debug this for hours. I'm trying to insert a row into supabase, this row includes a session_id I am trying to insert, and the insert method is from an action output variable (generated UUID from custom actions which I've confirmed works and generates a UUID). My action flow is Generate UUID > insert row (session_id to generated UUID output variable) > update app state with session UUID.
This for some reason will not insert a row into supabase. I have the correct policies, RLS, checked which column allow null, etc, nothing is working. I keep getting an error "401 POST" and when checking the payload it's saying that the session_ID is null. I have read out all the error logs, my action flow and everything else to ChatGPT and still nothing is working. Everything it has suggested I have tried and at this point it's starting to suggest the same things. Any idea how to fix this?