supabase: Studio API endpoint error
Bug report
Describe the bug
When clicking on the API information button (URL: /project/default/api
) inside of Supabase studio the page does not display any API information and shows the following error message.
The container logs also to not log anything:
docker logs supabase-studio
> studio@0.0.5 start /usr/src/app
> next start
ready - started server on 0.0.0.0:3000, url: http://localhost:3000
info - Loaded env from /usr/src/app/.env
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Start self-hosted instance using this guide
- Go to
/project/default/api
Expected behavior
The API information is shown when visiting the Endpoint similar to using the managed Supabase service.
System information
- OS: [e.g. PopOS]
- Browser (if applies) [e.g. chrome, brave]
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 1
- Comments: 18 (5 by maintainers)
I believe I may have found the issue. @TannerGabriel and @robin-whg can you try to update https://github.com/supabase/supabase/blob/master/docker/volumes/api/kong.yml#L8-L12 with your keys?
At least now I can see the screen.