500 on supabase

I am using supabase with python.
I am seeing the following log scattered around in my log:
{'message': 'JSON could not be generated', 'code': 500, 'hint': 'Refer to full message for details', 'details': \"b'<html>\\\\r\\\\n<head><title>500 Internal Server Error</title></head>\\\\r\\\\n<body>\\\\r\\\\n<center><h1>500 Internal Server Error</h1></center>\\\\r\\\\n<hr><center>cloudflare</center>\\\\r\\\\n</body>\\\\r\\\\n</html>\\\\r\\\\n'\"}"


I am not sure what to make of this and/or how to handle this.

I am suspecting that this is probably an error on supabase side, I want to know more about this. If not on supabase side what all can I do to resolve this on my end.

Specs:
I am on pro plan, using supabase client in python (which in turn uses postgrest).
Lmk if you need more details here I will keep adding.
Was this page helpful?