Closed ScrimForever closed 2 years ago
Hello @ScrimForever! Welcome to Fief!
You missed one required environment variable, FIEF_CLIENT_ID
, hence the error shown.
If you used the quickstart command, you should have obtained a command with all the required variables:
docker run \
--name fief-server \
-p 8000:8000
-d \
-e "SECRET=XXX" \
-e "FIEF_CLIENT_ID=XXX" \
-e "FIEF_CLIENT_SECRET=XXX" \
-e "ENCRYPTION_KEY=XXX" \
ghcr.io/fief-dev/fief:latest
PS: You should avoid to share your SECRET, ENCRYPTION_KEY and CLIENT_SECRET values: those are sensitive variables that should be kept absolutely private.
Describe the bug
pydantic.error_wrappers.ValidationError: 1 validation error for Settings fief_client_id field required (type=value_error.missing)
To Reproduce
Steps to reproduce the behavior:
Configuration