function buildTransaction in src/utils/usecase.ts attach domain string using getTagFromDomain function and when dmain string is empy the domain still attached hashed empty string to calldata cause the trouble when calling approval from Metamask.
Metamask throw : " Invalid token value; should be exactly 64 hex digits long (u256)"
since Metamask check the approval number string tobe exact 64 character.