Working with integrating Portis into my company's app. I'm able to pull the account using the implementation below but having issues fully logging out. After calling await portis.logout() it resolves with success: true but it does not trigger the onLogout callback. Instead I get an error (attached below) which also does not get communicated to the onError callback.
Reviewing the network activity, there are still calls being made from the widget after the provider has logged out so I'm unsure if the previous issue has anything to do with it
Working with integrating Portis into my company's app. I'm able to pull the account using the implementation below but having issues fully logging out. After calling
await portis.logout()
it resolves withsuccess: true
but it does not trigger theonLogout
callback. Instead I get an error (attached below) which also does not get communicated to the onError callback.Reviewing the network activity, there are still calls being made from the widget after the provider has logged out so I'm unsure if the previous issue has anything to do with it
Code Snippet:
Error: