You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still an issue on YunoHost 12. After installation, the app displays a login page (according to upstream, should display a user creation page). Trying to log with a YunoHost [email protected] doesn't work : login page shows "Invalid authentication: Request failed with status code 401".
komga.log: INFO 153425 --- [task-22] o.g.k.i.security.LoginListener : AuthenticationActivity(userId=null, email=USERNAME, ip=X.X.X.X, userAgent=Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0, success=false, error=Les identifications sont erronées, dateTime=2024-11-08T21:03:46.051042356, source=Password)
Not sure if my investigation is applicable to everyone, but the issue seems to be between the yunohost reverse proxy and komga. More precisely, it's probably some incompatibility with ssowat.
When I was using Yunohost 11, I could stil use komga by clearing the cookies and disconnecting from the main yunohost domain. Now in Yunohost 12, something must have changed, as it is no longer possible.
There is however a (dirty) workaround:
allow the "visitor" group to the komga app (maybe not needed)
edit the file /etc/nginx/conf.d/komga.roulleau.net.conf and comment out the TWO lines (for http and https) # access_by_lua_file /usr/share/ssowat/access.lua;
figured I’d just make a new post to see if you’re active. If you look in the previous post this has been an issue since April.
The text was updated successfully, but these errors were encountered: