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
Which runs a docker image crashes with the following logs:
# cat supervisord.log
2024-12-26 21:01:49,693 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2024-12-26 21:01:49,694 INFO supervisord started with pid 1
2024-12-26 21:01:50,704 INFO spawned: 'fief-server' with pid 7
2024-12-26 21:01:50,709 INFO spawned: 'fief-worker' with pid 8
2024-12-26 21:01:50,714 INFO spawned: 'redis' with pid 9
2024-12-26 21:01:51,366 WARN exited: fief-server (exit status 1; not expected)
2024-12-26 21:01:51,366 WARN exited: fief-worker (exit status 1; not expected)
2024-12-26 21:01:52,375 INFO spawned: 'fief-server' with pid 15
2024-12-26 21:01:52,379 INFO spawned: 'fief-worker' with pid 16
2024-12-26 21:01:52,380 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-12-26 21:01:52,979 WARN exited: fief-worker (exit status 1; not expected)
2024-12-26 21:01:52,984 WARN exited: fief-server (exit status 1; not expected)
2024-12-26 21:01:54,994 INFO spawned: 'fief-server' with pid 17
2024-12-26 21:01:54,997 INFO spawned: 'fief-worker' with pid 18
2024-12-26 21:01:55,596 WARN exited: fief-worker (exit status 1; not expected)
2024-12-26 21:01:55,596 WARN exited: fief-server (exit status 1; not expected)
2024-12-26 21:01:58,621 INFO spawned: 'fief-server' with pid 19
2024-12-26 21:01:58,626 INFO spawned: 'fief-worker' with pid 20
2024-12-26 21:01:59,217 WARN exited: fief-server (exit status 1; not expected)
2024-12-26 21:01:59,217 WARN exited: fief-worker (exit status 1; not expected)
2024-12-26 21:02:00,218 INFO gave up: fief-server entered FATAL state, too many start retries too quickly
2024-12-26 21:02:00,219 INFO gave up: fief-worker entered FATAL state, too many start retries too quickly
Expected behavior
Following the quickstart guide works.
Configuration
Cloud or self-hosted: self-hosted
If self-hosted, Fief version: latest
copy pasted from quickstart
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
I've noticed you shared secret values: SECRET, FIEF_CLIENT_ID, FIEF_CLIENT_SECRET, ENCRYPTION_KEY. Those are highly sensitive and you should keep them secret.
For your security, I've taken the liberty to replace them with dummy values.
Important
Since GitHub shows comments history publicly, I recommend you to delete the old revision as described here.
Describe the bug
Getting started doesn't work https://docs.fief.dev/getting-started/local-instance/
To Reproduce
I tried running the following generated docker cmd:
Which runs a docker image crashes with the following logs:
Expected behavior
Following the quickstart guide works.
Configuration
copy pasted from quickstart
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: