files_external_dropbox
files_external_dropbox copied to clipboard
Unable to complete OAuth2 authentication due to missing www
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.