Dropbox backup "allow dropbox access' URL wrong?

Hello,
ERPNext: v8.0.28 (master)
No ad block,no pop-up blocker , chrome

When Dropbox ‘allow dropbox access’ button is pressed, a page pop up shows unreachable because the url is pointing to https://www.dropboxapi.com/1/oauth/authorize?oauth_token=KPI3lsmz7h04ipCJ&oauth_callback=https%3A%2F%2Ferp.domain.com%3Fcmd%3Dfrappe.integrations.doctype.dropbox_settings.dropbox_settings.dropbox_callback .

just rename dropboxapi.com to dropbox.com and refresh the same page, it will work.

Sorry for the issue, and thanks for reporting it. can you please upgrade to ERPNext: v8.0.33 (master) and indicate if this issue is still prevaling?

Just cheked and found that issue is still occurring. I have created Github Issue for it.

https://github.com/frappe/erpnext/issues/8948

Please follow this Gitub Issue stay updated on resolution.

I think this is due to an update to the Dropbox python library, not frappe. It needs to be confirmed, but I think version 7.3.0 broke the url for oauth1 (soon to be deprecated).

See this commit:

https://github.com/dropbox/dropbox-sdk-python/commit/bc93abf11de43bede0bbe2f729eca6bc338e71d3

Closing the thread as related issues are closed.