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
❯ ftl dev modules/debug --recreate
info: Starting FTL with 1 controller(s)
info:debug: Building module
info:debug: Deploying module
info:controller0: Deployed dpl-debug-cfk4q5bt7h77l7g
info: All modules deployed, watching for changes...
error:debug: panic in verb debug.rivet: failed to get secret "debug.inline": key "inline" not found
Important
the same will happen with keychain secret if you comment out inline secret references
error:debug: panic in verb debug.rivet: failed to get secret "debug.keychain": key "keychain" not found
hmm actually now that i'm trying even with the module specifier, it doesn't seem to work:
❯ ftl secret set debug.inline --inline
Secret:
❯ ftl secret get debug.inline
"abcd"
still getting:
error:debug: panic in verb debug.rivet: failed to get secret "debug.inline": key "inline" not found
The text was updated successfully, but these errors were encountered:
FTL Version:
0.185.4
Repro
ftl-project.toml
Note
yours may have more. i reproduced this in a brand new project
Output:
Important
the same will happen with
keychain
secret if you comment outinline
secret referenceshmm actually now that i'm trying even with the module specifier, it doesn't seem to work:
still getting:
The text was updated successfully, but these errors were encountered: