cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

Connect with PayPal in React app stopped working after no changes were made

grantsingleton
Contributor
Contributor

I am using the following React component to connect with PayPal (AAC). As per the documentation found here: https://developer.paypal.com/docs/payouts/features/set-up-assisted-account-creation/

 <AACComponent
   clientId="<client_id>"
   merchantId="<Merchant Account ID>"
   env="<sandbox/production>"
   pageType="<signup/login>"
   onLogin={onLogin} 
 />

I have been using this for several months and it returns the users paypal ID. Yesterday it stopped working for all users and started giving the following error:

Version+information+is+unavailable+for+key+aac_jws_keypair

This is all the error says. I have made no changes whatsoever from when it was working. It just stopped working and my app is essentially broken right now due to this. Anyone else dealt with this error?

Login to Me Too
Who Me Too'd this topic