Skip to content

Cannot serve individual Edge Functions. #4395

@KariNarhi28

Description

@KariNarhi28

Describe the bug
Running supabase functions serve <function-name> is supposed to serve the single specified Edge Function.

Doc: Test your function locally

However, as seen in the screenshot below, it serves all of the functions regardless.

To Reproduce
Steps to reproduce the behavior:

  1. Create at least 2 working Edge Functions.
  2. Run CLI command supabase functions serve <function-name>.
  • E.g supabase functions serve create-new-user
  1. See all of the functions being served.

Expected behavior
Only the specified function should be served.

Screenshots

Image

System information
Rerun the failing command with --create-ticket flag.

  • Ticket ID: [supabase functions serve create-new-user --create-ticket did not give any ID]
  • Version of OS: [macOS Sequoia 15.7.1]
  • Version of CLI: [2.54.11]
  • Version of Docker: [28.5.1]
  • Versions of services:
    SERVICE IMAGE | LOCAL | LINKED
    ------------------------|------------------------|------------
    supabase/postgres | 17.6.1.014 | 17.6.1.014
    supabase/gotrue | v2.180.0 | v2.180.0
    postgrest/postgrest | v13.0.5 | v13.0.5
    supabase/realtime | v2.57.3 | -
    supabase/storage-api | v1.28.2 | -
    supabase/edge-runtime | v1.69.15 | -
    supabase/studio | 2025.10.27-sha-85b84e0 | -
    supabase/postgres-meta | v0.93.1 | -
    supabase/logflare | 1.23.2 | -
    supabase/supavisor | 2.7.3 | -

Additional context

  • I am currently working with just a local Supabase stack so the remote project should not matter here.
  • Version of Deno [2.5.6]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions