EdgeFunctions logs are missing & filter doesn't work correctly #16838
Pictor13
started this conversation in
Contribute to Supabase
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm hitting my head on missing logs in the Dashboard for when I execute functions.
You can see in the video that it is not possible to filter by severity without actually loosing those logs.
Screencast.from.19.08.2023.16.20.34.webm
(Dashboard on Supabase.com)
This should work correctly otherwise is misleading when debugging.
Also it seems that there are some logs that are simply not logged, e.g.:
The
console.error
(run inside a Promise/async) is not being logged; although thereturn
line works correctly because I'm getting the string "can't add".That's also unexpected and creating problems in debugging.
Beta Was this translation helpful? Give feedback.
All reactions