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
We are using pusher ~ 5.1.2 on a AWS lambda function with nodejs version 16.x. When we use webhook.isValid() without any extra-token it works but when we use webhook.isValid(extraTokens) with extra token. It throws an TypeError. Can you please help with the error? We are using typescript.