Skip to content

fix(cli): restore Edge Function docker bundling#5875

Open
7ttp wants to merge 2 commits into
supabase:developfrom
7ttp:fix/functions-deploy-eszip
Open

fix(cli): restore Edge Function docker bundling#5875
7ttp wants to merge 2 commits into
supabase:developfrom
7ttp:fix/functions-deploy-eszip

Conversation

@7ttp

@7ttp 7ttp commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

TL;DR

docker-based deploys could finish bundling and then fail with failed to open eszip: ENOENT ... output.eszip
the Go CLI wrote bundle output to project-local supabase/.temp

but the TypeScript port moved it to the host OS temporary directory
typically under /var/folders/..., which may not be shared with Docker Desktop's VM

this restores the Go CLI's project local output behavior while retaining unique bundle directories & cleanup...

ref:

@7ttp 7ttp requested a review from a team as a code owner July 14, 2026 16:34
@7ttp 7ttp self-assigned this Jul 14, 2026
@7ttp 7ttp changed the title fix(cli): eszip output fix(cli): restore Edge Function docker bundling Jul 14, 2026
@7ttp 7ttp requested a review from avallete July 14, 2026 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant