Closed shokinn closed 10 months ago
This is do to the worker having it's working directory set to %t/authentik
aka. /run/authentik
where the staticWorkdirDeps
aren't link into.
I was able to fix it with this small addition.
systemd.services.authentik-worker.preStart = ''
ln -svf ${config.services.authentik.authentikComponents.staticWorkdirDeps}/* /run/authentik/
'';
fixed. Thanks!
Hi, while sending emails I'll get those FileNotFoundError exception for
web/dist
:Best Philip