Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: w.apply is not a function #10500

Closed
chucklapointe opened this issue Sep 18, 2023 · 1 comment · Fixed by #10501
Closed

TypeError: w.apply is not a function #10500

chucklapointe opened this issue Sep 18, 2023 · 1 comment · Fixed by #10501

Comments

@chucklapointe
Copy link

chucklapointe commented Sep 18, 2023

Type of issue

bug

Description

I have now idea how this error is impacting revenue or if its impacting anything at all, but I'm getting a TypeError every time Prebid loads that seems to be tied directly to our new Prebid 8.14 installation. We are still receiving bids as per normal.
We have all main modules attached in our build and also running Video + Server adapters.

Steps to reproduce

  1. Go on one of our article pages and wait for Prebid to load: Test page

  2. Open up console, you will see this error:

prebid8.14.0.js:5 Uncaught (in promise) TypeError: w.apply is not a function
    at prebid8.14.0.js:5:18307
    at prebid8.14.0.js:5:18704
    at Array.forEach (<anonymous>)
    at prebid8.14.0.js:5:18676
    at prebid8.14.0.js:5:156113
    at onResponse (prebid8.14.0.js:35:15050)
    at success (prebid8.14.0.js:35:13626)
    at prebid8.14.0.js:5:35122

Test page

Test page

Expected results

Error should not be appearing.

Actual results

Platform details

Chrome + Safari
Prebid 8.14
Desktop

@dgirardi
Copy link
Collaborator

Thank you for the report! yes, this will affect revenue, and I suggest holding off on updating until we release the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

2 participants