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

IdentityLinkIdSystem: fix identity link throwing unhandled promises #12249

Conversation

yagovelazquezfreestar
Copy link
Contributor

@yagovelazquezfreestar yagovelazquezfreestar commented Sep 17, 2024

Type of change

  • Bugfix

Description of change

This pull request references the issue that was opened here

Essentially this callback here never gets executed when either of one of those 2 conditions inside this if is false.
In this case probably the identity link will return an empty value and we should see a message like this:
Screenshot 2024-09-17 at 10 06 28

But instead we are seeing something like this:

Screenshot 2024-09-15 at 21 16 25

While this pull request here is addressing the error of unhandling the promise, it won't address the fact that we should see in this case a message from prebid saying that it did return with an empty value, and that's what this PR is addressing.

Other information

@ChrisHuie ChrisHuie self-assigned this Sep 19, 2024
@ChrisHuie ChrisHuie assigned ChrisHuie and unassigned ChrisHuie Sep 19, 2024
@ChrisHuie ChrisHuie merged commit 16abe42 into prebid:master Sep 19, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants