Bubble up errors on dependency graph failures #29274
Unanswered
OnCoreStudios
asked this question in
Feature Requests
Replies: 1 comment
|
I encountered the same issue. It seems that some referenced TS files were not copied. The newer version of edge-function docker doesn’t specify which files are missing. You can use version 1.54.10, which will indicate exactly which reference files are missing. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I recently upgraded and ran into
worker boot error: failed to create the graphin a couple of my edge functions. I traced the issue down to my end where I needed to reinstall/update a package. Full context is here: https://discord.com/channels/839993398554656828/1283619547433402448While this was a user error, I think we could possibly make the error messages more informative. I see the error message is coming from https://github.com/supabase/edge-runtime/blob/main/crates/sb_graph/graph_util.rs#L427 and there are more error messages like this one.
It looks like the functions return an
AnyError. Does this error contain anything useful? If so, can we include it in the.context?All reactions