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
> b4a
parse: api error with message="unsupported method: "
/Users/charlesramos/go/src/github.com/back4app/main.go:123 checkIfSupported
/Users/charlesramos/go/src/github.com/back4app/main.go:81 main
/opt/homebrew/Cellar/go/1.16.6/libexec/src/runtime/proc.go:225 main
/opt/homebrew/Cellar/go/1.16.6/libexec/src/runtime/asm_amd64.s:1371 goexit
The same happens when I run b4a configure <key> although b4a -h does execute as expected.
I'm on OSX Monterey on an intel mac.
The text was updated successfully, but these errors were encountered:
I was having the same issue until I figured out that this only happens if you execute 'b4a' without any arguments. Try 'b4a help' or any of the other supported commands.
The bug is that 'b4a' should execute 'b4a help' not give 'unsupported method'
The same happens when I run
b4a configure <key>
althoughb4a -h
does execute as expected.I'm on OSX Monterey on an intel mac.
The text was updated successfully, but these errors were encountered: