Magento Please use the 2fa provider-specific endpoints to obtain a token error REST API on Admin token.

Magento Rest API to fetch admin token credentials to use tokens for other REST APIs as Authorization Bearer.

From Magento 2.4+, the Two Factor Authentication Module is available for security reasons.

If you try for the first time to generate Admin Token by REST API and you will face an error in a response like below, You have authenticated Google 2FA for security reasons. Continue reading “Magento Please use the 2fa provider-specific endpoints to obtain a token error REST API on Admin token.”

How to merge feature branch from master in Git?

Git merging the feature branch from the master branch will be helpful while you are working with the feature branch and your parent master/main branch is updated with new changes.

You can take the master branch changes to your feature branch by running a few commands to update your local feature with the same as the master. Continue reading “How to merge feature branch from master in Git?”

ERROR 1273 (HY000) at line 4048: Unknown collation: ‘utf8mb4_0900_ai_ci’ at Database import time.

I have just started to import the database using the warden command,

warden db import < project.sql

I am not able to import the Database using the above command and throws an error, Continue reading “ERROR 1273 (HY000) at line 4048: Unknown collation: ‘utf8mb4_0900_ai_ci’ at Database import time.”