openwallet-foundation / bifold-wallet

Aries Mobile Agent React Native - Part of the Aries Bifold effort to provide SSI capabilities in a production ready app.
Apache License 2.0
143 stars 134 forks source link

Unable to parse response message! #671

Closed dolly1997 closed 1 year ago

dolly1997 commented 1 year ago

we have configured ACA-py mediator with aries bifold react native mobile app .We are able to establish the connection between mediator and Bifold mobile app. while communicating with mediator we encounter the error which says "Unable to parse response message".

I have attached the error snap for the reference.

MicrosoftTeams-image (1) @jleach could you please look into this?

cvarjao commented 1 year ago

@dolly1997 , based on the responseMessage (405 method not allowed), it seems like something is not configured properly. My guess is that it is something to do with the "serviceEndpoint"

dolly1997 commented 1 year ago

@cvarjao Thanks for your Response.

We have figured out the issue it was the websocket endpoint configuration which was not set properly. Issue has been resolved.