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

realtime data modules not initialising #12519

Open
AntonioGargaro opened this issue Nov 28, 2024 · 0 comments
Open

realtime data modules not initialising #12519

AntonioGargaro opened this issue Nov 28, 2024 · 0 comments
Labels

Comments

@AntonioGargaro
Copy link
Contributor

AntonioGargaro commented Nov 28, 2024

Type of issue

Bug

Description

A recent upgrade to v9.18 on our customer's site has stopped initialising the Permutive RTD module.
Site: https://www.techspot.com/community/?pbjs_debug=true

It is logged that our RTD module is not loading:
Screenshot 2024-11-28 at 17 12 57

The module is installed and included:
Screenshot 2024-11-28 at 17 14 28

I performed some debugging of Prebid bundle and found that this line is the culprit as it is empty at the point initSubModules() is called on this line.

The attachRealTimeDataProvider() appears to be called after the initialisation which I'm assuming is because it's an async hook?

I did a little more debugging and found that registering of the submodule happens before the realtime data module inits, so I suspect that it should be registered but just is not.

Steps to reproduce

Visit site: https://www.techspot.com/community/?pbjs_debug=true

Observe the log that the submodule doesn't load.

Expected results

Submodule should load

Actual results

Submodule does not load

Platform details

Other information

Another customer's site on Prenid v9.12 appears to load the submodule correctly.

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

No branches or pull requests

2 participants