Lovable <> Supabase deployments fail

When deploying from lovable to supabase we get changing errors for (SUPABASE_CODEGEN_ERROR) (SUPABASE_CODEGEN_ERROR) error deploying edge function: {"message":"Entrypoint path does not exist - /tmp/****/source/supabase/functions/extract-cv-record/index.ts"}

By changing, I mean everytime we hit Try to fix this in lovable, we see a different function being mentioned.

This is what we discovered so far.

In our config.toml I checked all functions:
  • analyze-cv-domains -> Exists in supabase instance
  • extract-cv-record -> Exists in supabase instance
  • extract-job-features -> Exists in supabase instance
  • force-matching-recovery -> DOES NOT exist in supabase instance
  • generate-cv-job-titles -> Exists in supabase instance
  • generate-job-titles -> Exists in supabase instance
  • process-chunk-recovery -> Exists in supabase instance
  • process-cv -> Exists in supabase instance
  • process-matching-aggregator-refactored -> Exists in supabase instance
  • process-matching-orchestrator-refactored -> Exists in supabase instance
  • process-matching-recovery -> Exists in supabase instance
  • process-matching-worker-refactored -> Exists in supabase instance
  • process-matching-worker-trigger -> Exists in supabase instance
  • test-language-matching -> Exists in supabase instance
More details in the comments.
Was this page helpful?