go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.6k stars 5.45k forks source link

Dropbox login | ERROR 500 #3437

Closed alexandrestein closed 6 years ago

alexandrestein commented 6 years ago

When clicking on the Dropbox logo the navigation goes to the login page of Dropbox and valide the login. But when I get back to the Gitea login page I get the error 500.

All other external login I deployed are working great.

Screenshots

capture d ecran de 2018-01-31 13-03-12

SuperSandro2000 commented 6 years ago

Reference: https://github.com/markbates/goth/issues/204 and https://www.dropbox.com/developers/reference/migration-guide The goth library uses dropbox api v1 and it is no longer supported.

SuperSandro2000 commented 6 years ago

https://github.com/markbates/goth/pull/205 the update has been merged into goth. https://github.com/markbates/goth/commit/bc7deaf077a50416cf3a23aa5903d2a7b5a30ada

lunny commented 6 years ago

Then we only need govendor update goth?

SuperSandro2000 commented 6 years ago

I think so. I don't know about any api changes in goth. Just the URL endpoints got updated.