Hi all, When importing settings defined in a `Base...
# ask-community
v
Hi all, When importing settings defined in a
BaseSettings
class, which loads sensitive information using the
secrets
and
string
blocks, into a FastAPI application, errors related to coroutines are encountered. Specifically, the coroutine object returned by
Block.load()
does not have the expected attribute
value
, and the coroutine was never awaited properly. Should I share my code?