I just set up a Magento environment with 2.4.7-p4 magento version. I’m having trouble disabling the 2-Factor Auth. I’ve correctly disabled both the Magento_TwoFactorAuth and Magento_AdminAdobeImsTwoFactorAuth modules, but when I try to log in with the admin account I created, I get an exception error. Checking the reports, I found this error:
{“0”:”SQLSTATE[42S02]: Base table or view not found: 1146 Table
‘XXXX.tfa_user_config’ doesn’t exist, query was: SELECT
tfa_user_config.* FROMtfa_user_configWHERE
(tfa_user_config.user_id=2)”,”1″:”#1
MagentoFrameworkDBAdapterPdoMysql->_query() called at
[vendor/magento/framework/DB/Adapter/Pdo/Mysql.php:703]
I’ve tried everything, re-enabling the module and then re-disabling it. Obviously, I’ve run the entire Magento build each time. I’ve tried recreating the table with dummy data, but it still blocks me. The thing that leaves me most perplexed is… I haven’t found any documentation/question/thread or topic with this kind of error. Usually, disabling the module is enough to access the admin panel without any problems. I’ve also done this locally with the same version of Magento I have on the server. Any ideas?