-
Notifications
You must be signed in to change notification settings - Fork 321
Open
Description
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:
- Create at least 2 working Edge Functions.
- Run CLI command
supabase functions serve <function-name>.
- E.g
supabase functions serve create-new-user
- See all of the functions being served.
Expected behavior
Only the specified function should be served.
Screenshots
System information
Rerun the failing command with --create-ticket flag.
- Ticket ID: [
supabase functions serve create-new-user --create-ticketdid 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
Labels
No labels