Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Paypal Server script throws an error!

Hello, Please clarify, do you get the same error every time you run that script?

Please compare your script with a new documentation, are they the same:
https://docs.appery.io/docs/samples-p... ?

Qasim Rafi
Posts: 0
Joined: Tue Sep 06, 2016 5:01 am

Paypal Server script throws an error!

every time i got the same error and my script is exactly same with sample code

Prabhavathi
Posts: 0
Joined: Mon Aug 29, 2016 1:02 pm

Paypal Server script throws an error!

i'm also having exactly same error whenever run my script "Token does not exist. Creating new one".will you pls help me in this??

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Paypal Server script throws an error!

Hello, what exactly you're getting in the trace tab of your script invocation?

Prabhavathi
Posts: 0
Joined: Mon Aug 29, 2016 1:02 pm

Paypal Server script throws an error!

hi,during script invocation,when collection have empty data initially it shows like "token does not exist.creating new one".when data presents it does not show that error but initially token stores in collection after login successful right?i'm getting doubt in that.help me in this?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Paypal Server script throws an error!

Hello,

This token line should be automatically added in DB if it does not exist.

Following JS code invoked functionality to create new session token:
preconsole.log('Token does not exist. Creating new one');
//If there is no token, let's issue one
sendXHR();/pre

you can test it in following way:
1 delete token from DB.
2 run a script.
3 check console.

Prabhavathi
Posts: 0
Joined: Mon Aug 29, 2016 1:02 pm

Paypal Server script throws an error!

ok..thanks for reply..i will check it

Return to “Issues”