You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A recent change in #3639 causes the /openrtb2/video endpoint to panic because, seemingly, only auction + amp_auction initialize the field which is used without a nil check:
A recent change in #3639 causes the
/openrtb2/video
endpoint to panic because, seemingly, only auction + amp_auction initialize the field which is used without anil
check:https://github.com/prebid/prebid-server/pull/3639/files#r1622769615
Any post to the video endpoint causes this nil-pointer panic.
I'm surprised no unit tests tickled this, but it should be pretty easy to make one and see the panic straight away.
The text was updated successfully, but these errors were encountered: