Can't deploy edge functions after updating to the latest version

I was working with Supabase CLI v1.99 and functions were deploying properly but after upgrading to the latest version(1.127.3) I am not being able to publish and the error is probably somewhere in my configuration. Here is the error.
Failed to create a new Function on the Supabase project: {"message":"Cannot POST /v1/projects//functions?entrypoint_path=file%3A%2F%2F%2Fhome%2Fdeno%2Ffunctions%2Fpush_notification_fcm%2Findex.ts&import_map_path=file%3A%2F%2F%2Fhome%2Fdeno%2Fimport_map.json&name=push_notification_fcm&slug=push_notification_fcm&verify_jwt=false"}

As you can see it just does a request to /v1/projects//functions.... It doesn't contain my project id so what would be the solution to this issue. Please help
Was this page helpful?