Skip to content

magento man

main.DEBUG: Request validation failed for action … Invalid request received at Account/CreatePost.php:327 on loop error in debug log

Hey There i have been facing a serious issue in my magento 2.3.7. in my debug.log this error is constantly hitting n filling it in seconds Request validation failed for action “MagentoCustomerControllerAccountCreatePostInterceptor” {“exception”:”[object] (Magento\Framework\App\Request\InvalidRequestException(code: 0): Invalid request received at /home/h1/public_html/vendor/magento/module-customer/Controller/Account/CreatePost.php:327)”}… Read More »main.DEBUG: Request validation failed for action … Invalid request received at Account/CreatePost.php:327 on loop error in debug log

How to generate admin token after enabling 2FA?

Since I enabled 2FactorAuthentication my admin token API isn’t working anymore. My request is: POST: {{magento_url}}V1/integration/admin/token Body: { “username”:”{{admin_user}}”, “password”:”{{admin_password}}” } How could I still using the REST API to generate my admin token by using 2FA?