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
Describe the bug
Currently trying to download a function from my Supabase project and it's throwing a strange error no matter what I do
Error states:
thread 'main' panicked at crates/sb_graph/lib.rs:144:61:
called Result::unwrap() on an Err value: StripPrefixError(())
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
error running container: exit 101
Try rerunning the command with --debug to troubleshoot the error.
To Reproduce
Steps to reproduce the behavior:
init and login to supabase cli
download function from online project
error throws
Expected behavior
The function is downloaded locally
Screenshots
Desktop (please complete the following information):
OS: Win 11
Version of CLI v 1.131.3
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently trying to download a function from my Supabase project and it's throwing a strange error no matter what I do
Error states:
thread 'main' panicked at crates/sb_graph/lib.rs:144:61:
called
Result::unwrap()
on anErr
value: StripPrefixError(())note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceerror running container: exit 101
Try rerunning the command with --debug to troubleshoot the error.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The function is downloaded locally
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: