Skip to content

[BUG] Authelia requests redirects to 404 on latest version #559

@ofersadan85

Description

@ofersadan85

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Updating the latest files after this message

 ┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
 │  old date  │  new date  │ path                                                                   │
 ├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
 │ 2024-03-16 │ 2025-03-25 │ /config/nginx/authelia-server.conf                                     │
 └────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘

Completely broken the normal authelia (latest version) setup. All auth redirects are sent to /authelia which seems to have been removed in 15a3bc9 and 8caf2a1 despite the fact that the commit messages for those do not indicate this change

Expected Behavior

Authelia auth requests should work as expected, redirects to /authelia specifically

Steps To Reproduce

Activate the "swag" container with "authelia" as an auth service

Environment

- OS:Ubuntu 24.04
- How docker service was installed: distro's package manager

CPU architecture

x86-64

Docker creation

This docker compose file (with other details removed)

services:
  authelia:
    image: authelia/authelia
    container_name: authelia
    # OTHER CONFIGURATION REMOVED

  swag:
    image: linuxserver/swag
    container_name: swag
    # OTHER CONFIGURATION REMOVED

Container logs

**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│  old date  │  new date  │ path                                                                   │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2024-03-16 │ 2025-03-25 │ /config/nginx/authelia-server.conf                                     │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions