Today I attempted to deploy me application to a DEV server and I started getting the following error: Library is not coming from Accept server--- a7e38542d3a404b4b3ac37a7252bca2e7f3dd724a357aa93ce22f413e74333c3
Here is the script I'm including:
<script type="text/javascript" src="https://jstest.authorize.net/v1/Accept.js" charset="utf-8"></script>
It works fine if you do the production url (js.authorize.net), but it stopped working for me today when using the sandbox url. I don't know what is happening. To cut down on all variables, I literally created a blank html document with this script tag in the header and I still get the error message in the console. It happens in chrome, firefox, and edge. I've been testing successfully the last several days with no issues. I'm stumped at the moment. Anyone run across this?
10-23-2019 01:31 PM
Hello,
I am seeing the same problem on my end.
The jquery is automatically adding ?=timestamp to https://jstest.authorize.net/v1/Accept.js which I fixed by temporarily disabling cache while loading the Accept.js script.
However, I now see the error on the AcceptCore.js. I can confirm that the dynamic ?=[timestamp] is no longer sent, but still I am getting 90:97 Library is not coming from Accept CDN.
https://jstest.authorize.net/v1/AcceptCore.js
0 !== document.querySelectorAll('script[src="' + c + '"]').length || k(z, b) || (y.warn("Library is not coming from Accept CDN."), m(b, C.messageInfo.E_WC_01)), "https:" === window.location.protocol || k(z, a) || (y.warn("An HTTPs connection is required to secure delivery of payment information."), m(a, C.messageInfo.E_WC_02))
Did anybody encounter this, how do I fix this ?
Any help is highly appreciated.
Thank you.
10-28-2019 09:10 PM
Hello
Any further update on this issue ?
Seems like the network change on your end from Akamai to Cloudflare has lead to this issue in the the sandbox environment ?
This is very frustrating, I see several people have the same issue but there is not enough response from the moderators.
I have tried clearing cache, cookies and all options suggested with no success.
Can somebody from AuthorizeNet IT team respond, ASAP please?
10-29-2019 09:09 PM
Hi Team, Could you please update the thread with proper solution. I am also facing the same issue with Sandbox enviorment. The error is not coming whenever I try hard refresh (Ctrl + Shift + R) in Chrome, though I can't ask testers to do that everytime.
10-29-2019 11:32 PM
I'm facing this issue with production environment so I would like a solution very soon as my customers are starting to me really mad
10-31-2019 12:29 PM
Facing the same issue.
I published a web page with only the sandbox script tag, and still get the error.
No clearing of cache/cookies resolves the problem, either.
11-01-2019 08:07 AM
Hi Team,
Facing the same Issue, with setting up a Hosted Payment Form while integrating the Payment Gateway.
11-04-2019 12:05 AM
21 days since the original post, and I'm still seeing this issue...
Are there any strategies to work around this? Is there a fix in sight?
11-13-2019 01:56 PM
Hello Authorizenet team,
Are you watching this thread ?
I have also call and talk to the support team, but they could not help either and just suggested that I should wait for an update on this thread.
Please help!!!
Thanks
11-13-2019 04:39 PM
I have changed nothing on my end, but I gave it a try again today and so far it has been working. Keeping my fingers crossed.
11-22-2019 03:03 PM
Can any one help out for this issue because suddenly this error occured,
Console warning => Library is not coming from Accept server.
After submit the form with valid credit card details,
Response => Accept.js is not loaded correctly.
Code => E_WC_03
I didn't changed my code for past 2 weeks it was working before 1 week but not now.
I had tried all the solutions mentioned in forum like clearing borwser cache, tried in incognito mode, also with different browsers like firefox, chrome, IE, edge all returns the same error.
Please give me some perfect solution, already wasted more than 2 weeks with this issue. Reply ASAP
12-17-2019 07:27 AM