-
-
Notifications
You must be signed in to change notification settings - Fork 11k
Closed
Labels
Description
Bug report
- I confirm this is a bug with Supabase, not with my own application.
- I confirm I have searched the Docs, GitHub Discussions, and Discord.
Describe the bug
On my self-hosted Supabase Studio, the “Edge Functions” entry is absent from the sidebar, and visiting http://:8000/project/default/functions just hangs on an infinite loading screen.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- created EC2 large container
- deployed the supabase via https://supabase.com/docs/guides/self-hosting/docker
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
System information
- OS: [Ubuntu]
- Browser: [chrome, safari]
- Version of supabase-js: [e.g. 6.0.2]
- Version of Node.js: [e.g. 10.10.0]
Additional context
I copied an edge function to volume/functions/... and it is accessible
JLAcostaEC and oleksify