Hi we are trying to connect our flutter app with abp.io framework.
We are facing hiccups in connecting the auth framework. We are able to open the web url from flutter and able to login. But after login it redirects to swagger.
We believe we have given the redirect uri in asp.net core api's dbmigrator, Identity server Data seeder and also in angular's environments
Here is the github issue following to the convo https://github.com/abpframework/abp/issues/8723
Here is the steps we have followed. https://github.com/Znow/znow.github.io/blob/master/_posts/2021-04-23-consume-abp-api-from-flutter-app.md
Any help is much appreciated.