ConnectionInfoProvider returns null
Hello everyone,I'm struggling to understand what is wrong with `ConnectionInforProvider`.I'm using it in a Script Include that is trying to get a Bearer token from an API endpoint.function getAuthorizationToken(aliasId) { var token = undefined; var...
