-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to retrieve JWT #520
Comments
Same here. |
I'm also getting this but only on test mode. |
I was getting some here. Fix it by verifying that you are are passing correct client token & seller id. |
This error pops up when you're trying to create a checkout using production data instead of the testing data from the sandbox. To fix it, just make sure you're using the right client token and seller ID from the Paddle sandbox environment—not the production ones. You can grab the sandbox credentials by logging in here: https://sandbox-login.paddle.com/login?s=Monolith&subject_type=user |
Hi, Had the same issue with paddle.js v2. The solution is that after the Initialize method, the Paddle.Initialize({
token: 'test_XXXXXXXXXXX'
});
Paddle.Environment.set('sandbox'); Hope this helps! |
It would be really helpful if Paddle.Initialize did this automatically when using a 'test_XXXXXXX' token |
+1 |
thx |
+1 |
i feel like we are in the wrong repo https://github.com/PaddleHQ/paddle-js-wrapper |
I am getting this error when creating a checkout -- what causes this?
The text was updated successfully, but these errors were encountered: