- ABP Framework version: v8.0.1
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
I created a new microservice solution which is name chatservice and installed needed packages and made needed configurations in needed solutions. I can chat on web client applications with users and everything is fine with signalr connection.
After a while I want to add a mobile application written with flutter and I changed place of Volo.Chat.Web package from microservice web project to backoffice web project and also changed place of Volo.Chat.SignalR package from microservice web project to chat microservice HttpApi.Host project.
I also added needed yarp configurations for Gateways and everything is fine except signalr connections. After I changed place of given packages signalr connections looks like working in web development console but they are not working .
Can you help me please?