-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Propose credential issue, Faber is not receiving attributes #788
Comments
@NB-MikeRichardson can you take a look at this? Looking at the V1CredentialService the values are indeed not being set correctly |
I have investigated this and I found the issue. I have tested a fix and added new tests to ensure propose message attributes are present. We will have the fix merged into AFJ main branch as soon as possible. |
Thank You both @NB-MikeRichardson and @TimoGlastra for considering and looking into this issue. |
@ChSonendra this should have been fixed in v0.2.0-alpha.89. Could you please test if it works with this version? Thanks! |
Yes @TimoGlastra, I will test and confirm you this at earliest. Thanks! |
I did upgraded the framework to v0.2.0-alpha.90 so after that upgradation when I tried making connection with a new agent and it said cannot find this function receiveInvitationFromUrl and when i looked for it in connectionModule.js a lot of functionality was missing... couldn't really understood what exactly is going wrong.. I tried installing the framework many times but same issue. "functionality was missing " the functionality missing in connection module is receiveInvitation so all these functionalities are missing @TimoGlastra can You help me on this or suggest some help. agent.connections.receiveInvitationFromUrl is not a function. (In 'agent.connections.receiveInvitationFromUrl(e.data, { So some functionality in the framework is missing. this screenshot shows connectionModule.js file which is missing some functions. |
So I was trying credential flow from Holder's end that is a mobile app built using AFJ framework....
After creating a connection with a ACA-py agent, i called proposeCredential with following arguments.
and what i got on backend (Faber's end) is
faber didn't got attributes and other stuff just very limited stuff that is msg type and id of message.
after that i made changes in the credentialService and manually attached schemaId cred_def_id and other required stuff..
so this faber got most of the things except attributes for credential.... so I cant get the issue why this is happening.
so I added these line in credentialServices.ts after line number 64
this was the response at Faber's end.
so when i tried sending a credential offer from faber's end then this expected error occurred
which is attributes not found.
can anyone suggest something to make things work??
The text was updated successfully, but these errors were encountered: