Hi, im new to chrome extension.
Im developing an extension where i try to connect to dropbox api.
I get no errors in chrome extension manager or in the console, but after authorizing the access to dropbox, when it tries to access my redirect uri, i get ERR_BLOCKED_BY_CLIENT, This page is being blocked by Chrome/Microsoft Edge.
I think the values needed to connect to dropbox are correct, i print them as logs, and apparently i give premission because it appears in dropbox apps. but i get no info in the extension side (like access key).
I already tried in another browser with no other extensions, as well as in a new chrome profile, still the same result, so im pretty confident it isnt a conflict with another extension. i have no inline scripts in the htmls. Could it be a CSP issue?
Thanks in advance.