I am using Magento 2.3.1 . I can't signup. This is the error log when i tried to signup
Exception message: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'customer_entity_float' doesn't exist
This is table doesn't exist on new Magento installation.
Hi @ankurkinex
Can you please run the indexer command and then check ?
php bin/magento indexer:reindex
Also please check is there any custom/third-party module is installed related to customer bounded operations?
Hope it helps !
It is Module Issue. A Module is adding a customer attribute with type Float. That was causing issue. deleting that attribute fixed that issue.
Hi @ankurkinex
Yes that's what i was referring to on my previous response. removing that will fix the issue.
Anyways glad to know that your issue gets resolved - if my answer helps you please accept as solution and close the issue so other user gets helped !
Happy to help and keep helping others