Hi,
I am using Supabase as backend and getting a bunch of these errors:
More specifically, the error is:
invalid input syntax for type timestamp with time zone: "Wed Nov 08 2023 23:27:00 GMT+0000 (Coordinated Universal Time)"
Has anyone faced this issue? Does anyone have ideas on how to solve it? It seems like a FF/Supa integration issue - as if FF is sending an incorrect format of the datetime to Supa. Would a solution to this be manually reformatting the datetime before sending it to Supa?
Maybe this might even be a bug worth posting to Github.