After placing an order, the country that is selected for the cart context is reset to the first country for that channel. Where is this logic, and can we override it?
The same happens when restarting the server, the country is reset.
Does not seem to be ControllerBase.
Check if it might be CartContextDefaultFactoryDecorator that you are after. I’ve had to make my own decorator of that one to adjust certain things along those lines.