files_external_dropbox icon indicating copy to clipboard operation
files_external_dropbox copied to clipboard

Unable to complete OAuth2 authentication due to missing www

Open facorazza opened this issue 5 years ago • 0 comments

Nextcloud 20

When I create a new dropbox storage I am forwarded to something like https://dropbox.com/oauth2.... which doesn't work. I have to manually add www to make it work.

I'm not proficient in js, but I think in dropbox.jsline 48 redirect: location.protocol + '//' + location.host + location.pathname, location.hostshould contain wwwas well. However it's not really clear to me where that value gets set in the code.

facorazza avatar Oct 31 '20 08:10 facorazza