goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.5k stars 901 forks source link

UI bug with file uploads #9686

Closed controlaltnerd closed 1 month ago

controlaltnerd commented 6 months ago

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.

authentik-screenshot

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.

authentik-automation[bot] commented 4 months 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.

controlaltnerd commented 4 months ago

This is still an issue - has anyone else encountered this?

shawnhwei commented 2 months ago

You need to have a Docker or K8s volume mounted to /media, somehow it enables the file picker.

BeryJu commented 2 months ago

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

controlaltnerd commented 1 month ago

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!