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
{{ message }}
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.
Sometimes, export FLEEK_DEBUG=1 isn't enough, especially if something has deprecated dependencies (two stackframes isn't enough to show what's actually at issue)
--show-trace is recommended in the error messages, which I know is talking about nix, but fleek has no way to pass --show-trace that I can tell.
Newer users will probably be confused by this
To Reproduce
Steps to reproduce the behavior: fleek apply --show-trace -> ERROR: unknown flag: --show-trace
Expected behavior
when run with --show-trace, pass it to nix/h-m
Environment
OS: NixOS 23.11 (unstable 24.05)
Shell: bash
fleek version [e.g. 0.10.5]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
Sometimes, export FLEEK_DEBUG=1 isn't enough, especially if something has deprecated dependencies (two stackframes isn't enough to show what's actually at issue)
--show-trace is recommended in the error messages, which I know is talking about nix, but fleek has no way to pass --show-trace that I can tell.
Newer users will probably be confused by this
To Reproduce
Steps to reproduce the behavior:
fleek apply --show-trace
->ERROR: unknown flag: --show-trace
Expected behavior
when run with --show-trace, pass it to nix/h-m
Environment
The text was updated successfully, but these errors were encountered: