Hello, thank you for the great work you made. This project is really helpful for me for running a task management system. However, I think there is a problem in the desktop app when using OAuth. Status and problem that I am now experiencing as following: --- ## Release specifications - OS: Windows 11 - Verion: 0.20.3 - Session Type: Docker, Selfhosted, Reverse Proxy(NGINX) - Source: [Vikunja Downloads, Desktop 0.20.3](https://dl.vikunja.io/desktop/0.20.3) ## Issue - I have set my Vikunja instance using docker on my server with OpenID OAuth. - I am able to login to my server using GitLab Oauth set, through the web frontend. - Settings I used is the [same as the example google OAuth settings](https://vikunja.io/docs/openid-example-configurations/#google--google-workspace) except exact values used. - However, I cannot login with the desktop application showing following error: ```error An error has occurred The redirect URI included is not valid. ``` ## Guess of the cause - At the first start, the api URL was shown as `localhost`. - I think that mismatch in `AUTH_OPENID_REDIRECTURL` is causing a problem. --- Again, thank you for the work and I hope this can help improving the project.
Hello, thank you for the great work you made.
This project is really helpful for me for running a task management system.
However, I think there is a problem in the desktop app when using OAuth.
Status and problem that I am now experiencing as following:
Release specifications
Issue
Guess of the cause
localhost.AUTH_OPENID_REDIRECTURLis causing a problem.Again, thank you for the work and I hope this can help improving the project.