You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@TENSHKUMAR-KKT-2004 TENSHKUMAR-KKT-2004
KYC is not working when I try both on your site and locally. That is, when registering as a provider. I have the wallets set up correctly. IPFS is also configured. How can I solve this problem?
browser console:
The text was updated successfully, but these errors were encountered:
There are two KYCVerification functions inside app.js. One will get the industryID as the parameter, and that function only works for government accounts. Only the government can approve the KYC.
The other function is at line number 141 in app.js. That's the function to submit the KYC form. From there, the data and request will be sent to the backend server, and then it will be stored in IPFS.
Make sure you check if the IPFS file system is connected with the application.
There are two KYCVerification functions inside app.js. One will get the industryID as the parameter, and that function only works for government accounts. Only the government can approve the KYC.
The other function is at line number 141 in app.js. That's the function to submit the KYC form. From there, the data and request will be sent to the backend server, and then it will be stored in IPFS.
Make sure you check if the IPFS file system is connected with the application.
@TENSHKUMAR-KKT-2004 TENSHKUMAR-KKT-2004
KYC is not working when I try both on your site and locally. That is, when registering as a provider. I have the wallets set up correctly. IPFS is also configured. How can I solve this problem?
browser console:
The text was updated successfully, but these errors were encountered: