All my edge functions is working in my main supabase database successfully, but the last week I created other branch and I found out many errors that says "Failed to load function code | Failed to retrieve function bundle" without being able to make requests, I thought maybe it was related to my changes in this branch, but today I created a clean branch from the main branch and it's happening the same and i cant request these edge functions showing me a "CORS Error". someone know why it's happenning, thank you very much for the help.
These are the versions of supabase that I'm using in my project
"supabase": "^2.67.3",
"@supabase/supabase-js": "^2.49.4",
"supabase-mcp": "^1.5.0",