Answered

CORS errors from embed

  • 22 June 2022
  • 3 replies
  • 283 views

Userlevel 2
Badge

Beginning today (or at least we noticed today) we started getting CORS errors from our embedded VideoAsk videos trying to reach https://api.videoask.com/gnikcart. I believe this is some kind of event tracking that the embedded video player is trying to trigger. 

 

trackSharingPageEvent CancelledRequestError: NetworkError when attempting to fetch resource.

trackCustomError: ignoring [TRACK SHARING PAGE EVENT] CancelledRequestError

Object { event: "ab_test", authorId: "...", properties: {…} }

CancelledRequestError: NetworkError when attempting to fetch resource.

    g index.js:141

    k _app.js:197

    c custom-errors.js:96

    y request.js:126

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://api.videoask.com/gnikcart. (Reason: CORS header ‘Access-Control-Allow-Origin’ missing). Status code: 200

 

It’s creating a lot of noise in the console. Is there a way to suppress these tracking attempts?

icon

Best answer by Grace 30 June 2022, 15:20

View original

3 replies

Userlevel 7
Badge +5

Hey @Dominic 👋 thanks for flagging!

I’ve sent this over to the product team to have a look at so will let you know when I have an update! 🙏

Userlevel 7
Badge +5

Hey @Dominic sorry for the delay in getting back to you on this, there was an issue on the backend but it should be fixed now so hopefully you’re not receiving these errors any more 🙏

Userlevel 2
Badge

Thank you!

Reply