Skip to content
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

Transformers Regression and Swallowed console.errors #274

Open
2 tasks done
CyrusOfEden opened this issue Feb 19, 2024 · 0 comments
Open
2 tasks done

Transformers Regression and Swallowed console.errors #274

CyrusOfEden opened this issue Feb 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CyrusOfEden
Copy link

CyrusOfEden commented Feb 19, 2024

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.

Bugs and steps to reproduce

  1. Using code based on the gte-small deno example, my application was working fine.
  2. Out of nowhere, it started failing one day. Unfortunately, the uncaught errors were not logged, despite the docs saying so
  3. 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
  4. I added console.log's in between every failable call and finally discovered that the issue was with the transformer pipe call
    GGWOz2dWQAA-ubK
  5. 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

  1. uncaught exceptions are console.error'd in the logging UI
  2. 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.

Screenshot 2024-02-19 at 11 03 31

@CyrusOfEden CyrusOfEden added the bug Something isn't working label Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant