Spotify Complete - "Spotify error: this header value for Authorization is not correct null"

Hi @vnihoul77, thanks again for taking the time to build the Spotify Complete plugin.
Well Done ! however I get logged this error whenever I try to perform a search action: “Spotify error: this header value for Authorization is not correct null”.

I create an App on the Spotify Admin Dashboard, set the Client ID and Client Secret and set the call back to the https://mvpcurator.bubbleapps.io/api/1.1/oauth_redirect but I still get this error.

Have you ever encountered this ?

Solved : I did not figure out it was an authentication provider and thus it needs the user to be registered, I was trying to use it as Client Credentials Flow while this makes request on behalf of the user instead of my app. Which makes a lot of sense but needs the user to be registered