Getting this error in my authentik worker and im being told it's a redis issue?
I can't get past this invalid escape sequence nor can I find any answers from authentik.
EDIT: if anyone comes across this the issue is that I replaced server in authentik main and worker in the authentik-worker's post arguments when trying to add them on to another network I used for the docker socket proxy. I'm coming over from docker compose so wasn't sure what these post arguments do.
Example:
Correct: server && docker network connect <network_name> <container_name>
What I had: && docker network connect <network_name> <container_name>
Not sure how this got pointed at towards redis when I was reaching out for support.