Like him we have the ProductItemViewModelBuilder that we start from an api request.
It works locally on our development machines without issues but as soon as its out on test it throws this error because of var currency = Cart.Currency;
Difference from that post is that we are calling this from an Controller that inherits the ApiControllerBase and using the routeprefix [RoutePrefix("api/....]
Am I missing something here?
Why is there a difference on test vs local enviroment? Some kind of configuration?