-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Prebid file not built properly whith 5.2.0 version #7102
Comments
Check issue here: prebid/prebid-js-build-generator#16 Despite my efforts to add needed modifications for Dockerfile.builder, it still fails to get a prebid 5.2.0 bundle. I need attention from someone in there. I'd send pull request but I'm unable to make it work. Also would be great to accept few PR in there, and some other issues as no one answers for months in that repo. |
Hello @ChrisHuie we've tried with prebid 5.3.0 release and it's working right. Thank you! |
But 5.2.0 doesn't work? |
No, it doesn't work. With 5.2.0 I'm still getting |
Same here :) |
closing with 5.3 resolution |
Type of issue
Bug / Question
Description
I'm trying to build the current version of Pbjs (5.2.0) with the :tappx adapter module, but it doesn't work correctly. When I add the Prebid.js file, I get this message
{"error": "Prebid file not built properly", "requestId": "4fb188dd-a1a1-4bc3-8188-ad2222deb922"}
I tried to build another module and got the same.
Maybe I'm doing something wrong?
Steps to reproduce
Build Prebid.js (5.2.0) from https://docs.prebid.org/download.html selecting any adapter (I've tried with :tappx, AdTrue, RTBHouse...) and try implement in
hello_world.html
fileTest page
N/A
Expected results
Prebid.js working properly
Actual results
{"error": "Prebid file not built properly", "requestId": "4fb188dd-a1a1-4bc3-8188-ad2222deb922"}
Platform details
Other information
The text was updated successfully, but these errors were encountered: