-
Notifications
You must be signed in to change notification settings - Fork 20
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
Issue loading Telnyx 2.0.0-beta.4 into a Supabase Deno edge function environment #192
Comments
@supabase Thought it might be helpful to tag you in case you have any insights from your integration of the Deno environment. |
I have the same issue using Vercel |
Hello @jonathan-beebe, I can see this could be related to #191 and #32 (comment). We're working on it and will provide a fix soon under v2.0.0 |
@jonathan-beebe could you check this issue again on v2.0.0-beta.5? |
@lucasassisrosa With
|
TLDR: The
2.0.0-beta.4
npm package fails to load into the Supabase Deno edge function environment. I can load other npm packages successfully, including the1.27.0
verison of Telnyx, so I suspect this is an issue in the2.0.0
version of Telnyx.I have a supabase project with a Deno cloud function. The beginning of this Deno script starts with:
When I run the function locally using
npx supabase functions start --debug
I can get extra logs that show the Deno environment trying to load the npm dependency. The script fails with an error of:Node version:
v20.15.1
Telnyx npm package:
2.0.0-beta.4
A more full log dump of the Deno runtime trying to load the Telnyx
2.0.0-beta.4
npm package:The text was updated successfully, but these errors were encountered: