Closed AntonOfTheWoods closed 2 months ago
Though it obviously might be related, I am also getting errors after logging in, and many broken screens:
GET http://localhost:54321/rest/v1/sales?select=id%2Cfirst_name%2Clast_name&email=ilike.anton%40melser.org 406 (Not Acceptable)
console.js:213 Error
at getIdentity (authProvider.ts:13:19)
at async Object.getIdentity (authProvider.ts:164:34)
The contacts, companies and deals all fail with 4x the first error, then 1x the final error in the browser console
I can't reproduce the issue. If it still exists, can you give enough details to reproduce it (version, browser, OS, instructions)?
I guess you only support the SAAS version of Supabase, so I guess forget about it
I had to reduce to
Array(500)
orCauses errors that breaks the subsequent calls to
supabase
. Initially it appeared (from thesupabase
help) that it should beupdate().eq(...)
rather than simplyupdate()
, but even with other fixes I wasn't able to getArray(1200)
to work. Interestingly, it appears that it isn't stable working atArray(500)
either, though it appears to mostly work.Maybe it's something invalid that gets generated and over about 500 the chance of the invalid entry getting generated goes above a threshold?