If you have the error Magento 2 : Maximum function nesting level of '100' reached
when you goes on your Magento2 store, you need to change your php.ini file :
xdebug.max_nesting_level=2000
Magento 2 : Maximum function nesting level of ‘100’ reached