Why are the Supabase pre-built steps breaking and causing production user workflows to fail?

This topic was automatically generated from Slack. You can find the original thread here.

hey guys it seems like the supabase pre-built steps were broken recently?

This is the issue I get when I try to run both the Update Row and Select Row steps. They were working fine yesterday and I believe earlier today as well

{

“error”: {
“code”: “UserError”,
“message”: “SyntaxError: Cannot use import statement outside a module”,
“ts”: “2025-12-16T02:17:22.977Z”,
“name”: “UserError”
},
“userError”: true,
“errors”: [
“{"code":"UserError","message":"SyntaxError: Cannot use import statement outside a module","ts":"2025-12-16T02:17:22.977Z","cellId":null,"stack":null,"$debug":null,"name":"UserError"}”
],
“t”: {
“ar”: 1765851440915,
“br”: 1765851441021,
“bp”: 1765851441021,
“bls”: 1765851441021,
“ble”: 1765851442977
}
}

This is using pipedream connect. Confirmed that this is not an implementation error as this error was reproduced in the SDK Playground. This is urgent, we have production user workflows breaking as a result of this. Can someone please take a look

Oh let me take a look at this

Thank you Leo, please keep me updated

I can reproduce this issue on my side.

cc @U03EGTE5WC8, you might need to take a look at this. It was fine then it breaks

Do you have a timeline for when this can be fixed? We have some users that need the supabase connection working within the next hour or so. If it doesn’t seem likely to be fixed by then please let me know so that I can find an alternate solution for the supabase connection in the meantime

Hi , sorry I don’t think it will be fixed in the next hour. Could you find an alternate solution?

Yes will do, thank you for the heads up

Is this still happening? I couldn’t reproduce