cancel
Showing results for 
Search instead for 
Did you mean: 

Accept.js hangs on new box

We recently migrated from an older development environment to a new server where we plan to go in to production. The code has not changed but we are now experiencing issues with Accept.js. We have confirmed that we are connecting to the sandbox link and using sandbox credentials.

 

When the user enters their card info the form appears to submit but then nothing happens. It just sits at that point with the spinning wheel that says loading.  The wheel stops after about 5-10 seconds but the iFrame form never closes.

 

In the Network Panel of Developer Tools in the browser we see where Accept.js does a GET, an OPTIONS, and a POST as shown in the image. At this point the Accept.js code hangs and we don't really know why.

 

accept.JPG

abarnes
Member
1 REPLY 1

We were able to resolve this issue. Our credentials were incorrect causing an infinite loop of requests that caused the issue. Our site is hosted by CloudFlare and an IT person configured it to not display errors in the console. This prevented us from diagnosing the issue immediately.

abarnes
Member