-
- Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
- Gitea version (or commit ref): 1.1.0+1091-g1a835811
- Git version: not relevant
- Operating system: Linux
- 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:
Description
After the recent merge to fix the Dropbox provider, it also broke the OpenID Connect provider. When clicking the sign in with OpenID Connect on the sign in page, a 500 error page is shown. #3437
This merge did not only update the endpoint urls, and this is why it broke I think.
I tried downgrading the Gothic version in the latest Gitea, and it works.
mhenry07