You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been getting a 502 error when I call:
cb.__call(
"oauth2_token",
{},
function (reply) {
var bearer_token = reply.access_token;
console.log(bearer_token);
}
);
Can you look into this? It's been happening for a couple of days now.
The text was updated successfully, but these errors were encountered:
Been getting a 502 error when I call:
cb.__call(
"oauth2_token",
{},
function (reply) {
var bearer_token = reply.access_token;
console.log(bearer_token);
}
);
Can you look into this? It's been happening for a couple of days now.
The text was updated successfully, but these errors were encountered: