Steps 6. and 7. can be skipped if you use a 3rd party payment module which redirects you after the checkout to the payment provider. If then your payment fails and you get redirected to the checkout/cart page, the address fields in the checkout are also empty.
All address data has been successfully stored in the quote_address table but Magento fails to load the data and refill the browsers localStorage with the key mage-cache-storage.
Still relevant in M2.1.1
Any update on this? I am seeing this also in a site that is supposed to launch asap.
It usually takes 3-5 months until you can see here a fix.
Can confirm that this is happening in 2.1.1 as well.
Still relevant in 2.1.2. This is the checkout page guys...
In my case mini cart is empty (though items are available in the cart page) when switching the store. Seems it has to do something with localStorage / mage-cache-store.
Same thing if you get a declined transaction using something with authorize.net when the page reloads the address is missing.
Not fixed in 2.1.3
@SchumacherFM Yeah I've been working on a fix. It seems like its a session or cache thing. I'll share my fix as soon as I find it.
@twistedindustries Do you have an update on this?
Is seems that /vendor/magento/module-checkout/Model/CompositeConfigProvider.php is returning returning all the checkout info except customer from:
public function getCheckoutConfig()
{
return $this->configProvider->getConfig();
}
from OnePage.php
Still not fixed in 2.1.5 :(
Hello, @SchumacherFM. We could not reproduce Your issue on the develop version, which for case is 2.1.7. If You are still able to reproduce it on that version, please tell us about it. Thanks for Your reporting.
Thanks for looking into it!
I won't have the time in the next couple of weeks to reproduce this issue ...
Can anyone using 2.2 rc confirm that this is fixed?
The bug is still present on 2.1.9

In Magento 2.1 I am facing same issue.
Can anyone help in this?
@kapil019 check the referenced issue:
https://github.com/magento/magento2/issues/11247
Fixed only in 2.2.4
OK Thanks @wintermute-84
Does anybody know where can I find the code for this fix please?
@richardechidna I have fixed this in https://github.com/magento/magento2/issues/11197#issuecomment-359785930
Please check my commit
https://github.com/kapil019/magento2/commit/108c3fac3d5bde3353433199359582e7bf7cea0f
@kapil019 @wintermute-84 unfortunately that only fixes the issue when using the step navigator. Doing a (hard) refresh like @SchumacherFM explains in the first post is still not fixed.
Most helpful comment
@kapil019 @wintermute-84 unfortunately that only fixes the issue when using the step navigator. Doing a (hard) refresh like @SchumacherFM explains in the first post is still not fixed.