Greg Richardson
Greg Richardson
Thanks for reporting @thenonameguy, we'll dig into this. cc @jgoux
@thenonameguy by chance do you have the original migrations create by AI prior to using Live Share to help us closer reproduce this?
@KajSzy I experienced something similar to this and it turned out it was a bug in the latest v2.2.3 release where persistent tasks were accidently stopped in watch mode: https://github.com/vercel/turborepo/pull/9330....
Hey 👋 I maintain [tcpip.js](https://github.com/chipmk/tcpip.js/) which brings a full network stack to the browser (lwIP compiled to WASM). It would be neat to connect js-dos with tcpip.js to get direct...
Thanks for the quick reply. This approach makes sense - I'll see if I can make it work.
Hey @prathyooshan, thanks for reporting. This error message alone doesn't give us too much information to debug with. Could you please provide: - Your OS version - Steps you took...
Following up to this, I've seen a few others with a similar message and the underlying cause appears to be related to either: - Using an old version of Node.js...
Hey @GurjotSinghAulakh, sorry for the delay. CORS is handled by returning headers as defined here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L15-L19 and returned here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L23-L25 and here: https://github.com/supabase-community/chatgpt-your-files/blob/2bb8afb723c85a672e845be148842e442d0f9d3b/supabase/functions/chat/index.ts#L127 Can you confirm that you are returning...
Hey @gaboesquivel sorry for the delay. Triggers live in the schema of the table that it is associated with (in this case, the `storage` schema). In the dashboard, can you...
Note I have created https://github.com/supabase/supabase/pull/36049 that adds unit tests (PR will merge into this branch)