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
There is a docker env variable with "BIDSWITCH_ID" as a seat id for the exchange but the env variable is not parsed correctly on running bidder instance. It results in "localhostSWITCH_ID" because there is another env variable $BID with default value as "localhost".
The solution would be to rename the "BIDSWITCH_ID" variable name to avoid value mapping conflicts.
The text was updated successfully, but these errors were encountered:
There is a docker env variable with "BIDSWITCH_ID" as a seat id for the exchange but the env variable is not parsed correctly on running bidder instance. It results in "localhostSWITCH_ID" because there is another env variable $BID with default value as "localhost".
The solution would be to rename the "BIDSWITCH_ID" variable name to avoid value mapping conflicts.
The text was updated successfully, but these errors were encountered: