-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
- Gitea version (or commit ref): 1.4.0+rc2-2-g92a3061
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist: https://gist.github.com/mcanevet/5e04211b45861ad94557badc3b774654
Description
I configured an oauth2 authentication pointing to GitHub.
When I click on "Sign with GitHub", I get an Error 500 with the message "An error has occurred : remove /app/gitea/data/sessions/oauth2/session_: no such file or directory".
My Gitea is behind an HTTP proxy so maybe it's the origin of the problem, but I'm not sure.