Closed papkie closed 3 years ago
Sorry--been heads down in the work.
Currently we're working on adding the coordinate mediation protocol functionality to Aries Framework Javascript (AFJ), which is the protocol that ACA-Py conforms to. As of right now, AFJ has a custom mediator implementation as of today, which running the current AFJ mediator is documented here.
Understood, thank you!
Hey.
I'm trying to make a connection with another agent with a mediator between. I can connect from react native app (using code from this repo) to aca-py mediator, but had to move the invitation to another server (
/invitation
path does not exist in aca-py admin). I don't know if it's good, but it works.The issue is when I want to connect with another aca-py agent with mediator between. When I try to receive invitation on mobile I'm getting message in react native app:
But I'm getting an error on edge agent (mediator looks good - it shows messages regarding forwarded messages):
Invitation created by edge agent looks like this:
I copy invitation url, then paste it to qr generator and scan it.
Mediator config:
Edge agent config:
Mobile config:
Has anyone experienced an issue like this?