-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot inspect Egde logs in CI/CD #3216
Comments
Another example on why it's important: supabase/postgres#1447 |
@riderx I recommend posting this issue to https://github.com/supabase/cli/issues which covers issues with running the |
@kiwicopple recommended me to post here, as you would redirect it to correct place |
@sweatybridge do you know if there is a way to move this issue to https://github.com/supabase/cli/issues assuming you agree that is the correct home for it? Thanks! |
I think this is a known studio bug. We can move it to supabase/supabase repo. The workaround is check the docker logs for edge runtime container.
|
in local i can see my logs yep, but in CI/CD i have no way to see them, unless i miss something ? |
Bug report
Describe the bug
When running
supabase start in Github action
The edge function starts, but we can't see its logs.When running test against it and the test fails, we cannot see the reason of the fail in our code
To Reproduce
I made a reproduction repo for this:
https://github.com/riderx/supabase_edge_issue
You can see in the GitHub action it fails:
https://github.com/riderx/supabase_edge_issue/actions/runs/13354496001/job/37295330902
But we cannot see the logs of the edge functions.
We could run directly the Deno code outside the Edge worker, but this defeats the purpose of having the same env as production.
Expected behavior
Having a way to inspect the edge workers logs if the CI/CD failed.
The text was updated successfully, but these errors were encountered: