Closed controlaltnerd closed 1 month ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is still an issue - has anyone else encountered this?
You need to have a Docker or K8s volume mounted to /media, somehow it enables the file picker.
Either having a volume mounted to /media
or using the S3 integration (https://docs.goauthentik.io/docs/installation/configuration#media-storage-settings) enables the file picker/uploader, otherwise you can only input file paths
I did have a volume mounted to /media on that install, so it must have been something else. The problem did not persist when I cloned the install, so it must have been something else, perhaps a permissions issue. Closing now, thanks!
I've encountered an issue with a fresh Authentik instance (v. 2023.10.7) where the file picker button and clear background toggle are missing entirely from the flow editor (see screenshot). I've spun this instance up in Docker via a docker-compose file copied from another machine running a known good instance of Authentik.
I've destroyed the container, wiped all data, and rebuilt from scratch several times, but the issue persists across multiple browsers, computers, and IP addresses. My gut says it's a file permissions issue, but the worker container has root access so that shouldn't be an issue.