Docker image restarting

Hello, im hosting my app with docker self-hosted, and I have an image:
"supabase-edge-functions" that keeps restarting .. this is the error:

Error: main worker boot error: channel closed thread '<unnamed>' panicked at /usr/src/edge-runtime/crates/sb_graph/graph_util.rs:371:52: called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "No such file or directory" } note: run with RUST_BACKTRACE=1 environment variable to display a backtrace Error: main worker boot error: channel closed

Any ideas? my config is default
Was this page helpful?