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
Looking at backend-api code though, there are only two places encrypt_secret_value is mentioned:
And judging from the 'NoneType' object has no attribute 'encrypt_secret_value' error, that means secrets_manager is None 🤔 I can't think of any reason why that could be...
I thought about running backend-api locally to debug it, but Conda activation always there as well on any of my machines, unfortunately.
Describe the bug
Trying to add credentials for any connector always fails. Standalone client works just fine with those same credentials.
Steps to reproduce bug
'NoneType' object has no attribute 'encrypt_secret_value'
error.In the
backend-api
container log, there's a line:"POST /add-connector-keys/kucoin_test/kucoin HTTP/1.1" 400 Bad Request
UPD: this happens with any connector, not just Kucoin
The text was updated successfully, but these errors were encountered: