Customer admin grid not rendering in Magento 2

Issue description: When we click on order place button it will not create order.

Issue reason: Magento 2 create index for customer admin grid also. You can check index status from System >> Tool >> Index.

Solution: Run php bin/magento indexer:reindex commend from command line.