Cannot modify or delete profile

Help. I'm unable to modify for delete a profile from my public profiles table.

I'm getting the following errors:

When attempting to remove it using the supabase dashboard:
Failed to delete row: Failed sending HTTP request: Header overflow

When sending fetch request:
{
"code": "XX000",
"details": null,
"hint": null,
"message": "Failed sending HTTP request: Header overflow"
}

I believe this is due to me storing a very large base64 string inside a text field.

Any suggestions would be greatly appreciated.
Was this page helpful?