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
If you have an error in your request (like you are getting a user using an email address that doesn't exist), then the responseCallback will never be called.
If you have an error in your request (like you are getting a user using an email address that doesn't exist), then the
responseCallback
will never be called.In https://github.com/Freemius/freemius-node-sdk/blob/master/Freemius.js#L414, you can see when there's an error, only a
console.log
is called.The text was updated successfully, but these errors were encountered: