You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Out of nowhere, it started failing one day. Unfortunately, the uncaught errors were not logged, despite the docs saying so
I tried wrapping my endpoint in a try/catch that console.error'd the message and that didn't show up in the logs either
I added console.log's in between every failable call and finally discovered that the issue was with the transformer pipe call
reverted my code to that from 2 months ago that was closer to the gte-small deno example (from 1) and that still didn't work and was failing on the pipe call as well as failing to log console.errors
Expected behavior
uncaught exceptions are console.error'd in the logging UI
transformers package support doesn't regress
Screenshots & Trace
Here is a screenshot of the trace ID from the supabase dashboard. This function should have ran the transformers pipeline but instead boots, listens, and exits without running any code.
The text was updated successfully, but these errors were encountered:
Bug report
Bugs and steps to reproduce
pipe
callExpected behavior
Screenshots & Trace
Here is a screenshot of the trace ID from the supabase dashboard. This function should have ran the transformers pipeline but instead boots, listens, and exits without running any code.
The text was updated successfully, but these errors were encountered: