When deploying my edge functions through the CLI, the CLI silently corrupted one of them (supabase dashboard said it couldn't find the bundle), so invokations were all failing silently. Now, any deployment throught the latest CLI version is simply ignored, even though the CLI returns success for the bundling and deployment, this is nuts! I have no idea what other functions can be corrupted. I tested deploying through an older CLI version (v2.67.1) and it "seemed" to work, at least i fixed the function the current CLI silently corrupted. This is a major issue, since my project is already in production. Did anyone experience it? Anyone from supabase to assist?