Edge functions not showing in local Supabase Studio #39216
Replies: 5 comments
-
|
Hi @aliakseikislou - Thanks for opening this one, I'm going to move this over as an enhancement discussion/feature request. Thanks for opening. |
Beta Was this translation helpful? Give feedback.
-
|
Yeah, been running into this issues. please let us know how to resolve this |
Beta Was this translation helpful? Give feedback.
-
|
Seconding this - it would really help us if this started working. |
Beta Was this translation helpful? Give feedback.
-
|
+1 for this, it should be a must. there is no visibility from studio to what edge functions are running |
Beta Was this translation helpful? Give feedback.
-
|
This is a frequent request. Thanks for voting :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
When running Supabase locally with
supabase start, Edge Functions are served correctly and can be accessed athttp://127.0.0.1:54321/functions/v1/<function-name>.However, in the local Supabase Studio (http://localhost:54323), the Functions tab does not appear.
In the hosted Supabase Studio (dashboard.supabase.com), the Functions tab does appear and lists all functions.
So in local development, although functions work, there is no way to manage or view them in the Studio UI.
To Reproduce
Steps to reproduce the behavior:
supabase startlocally.http://localhost:54323/project/default/functions.http://127.0.0.1:54321/functions/v1/my-function→ it works.Expected behavior
The local Supabase Studio should show the Functions tab (like the hosted Studio) so that all local functions are visible and manageable in the UI.
This would make local development consistent with staging/production environments.
Screenshots
System information
Additional context
localhost:54321/functions/v1/...This seems to be a limitation or bug in local Studio, since the cloud dashboard shows the Functions tab correctly.
Beta Was this translation helpful? Give feedback.
All reactions