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
