/admin Access Returns 404 Error on Taiga (Docker)

Hello,

I’m using Taiga via the official Docker image, and I’m having trouble accessing the Django admin interface via /admin.

  • When I navigate to https://my-domain/admin, I get a 404 error with the message:

Not found

Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.
Thanks in advance for your support :folded_hands:

have you tried adding additional “/” behind admin ?

https://my-domain/admin/

Hi there,

I noticed your post got flagged, I edited it a bit so that it does not look like a hidden URL.

Best regards!

Yes, I tried adding an extra ‘/’ after ‘admin’, but the issue remains the same.

thanks @Charlie for the help.

@El_houssine_Aanan. the admin page is located at the service taiga-back. make sure that you point your domain/admin/ to taiga-back not taiga-front