It looks like HubConnection is never instantiated for a Maui Blazor project? In comparison, a Blazor project has the Abp.Chat.Volo.Blazor.WebAssembly module which overrides the function SetChatHubConnectionAsyc() where the HubConnection object is instantiated.
My question is, is the Chat feature supported for a Maui Blazor project?
Observe that the package references are not added to any .csproj
I tried to add all the references manually in all the csproj that required Volo.Chat which fixed most of my issues:
There are three projects that are problematic since they are also in .net standard?
When I look at the dependencies of these projects, I see this:
Any idea what went wrong or what I can do to fix this?
Thank you,
Awesome thank you. Any way we can get our ticket refunded?
The generated Blazor code treated it as a nullable property and gave me build errors:
I tried adding a different entity. Everything worked fine and it even fixed my first generated entity. Any idea what happened when I generated the first entity?
Hello again,
Thanks for the information.
We also have the issue with the toolbar user menu in mobile mode. Any idea which code I need to override to make this component work?
After that, everything should be fine.
Oh I didnt see your message that says that its Blazor's design. Do you have any documentation I could read that explains it?
Also, could you also explain to me what was happening in the default components I need to override? In case another problem of the sort happens.
Thank you for the refund, I appreciate it.
Hello again,
With that code, it looks like the menu loads properly and works on the first login.
I am still having issues with the admin profile icon that does not work when I click on it. It only works after refreshing the page.
Also, I am still receiving responses in the Network tab of chrome that says "user is not logged in"
Hello,
Let me know if this url works for you:
https://pastebin.com/A0mKCw9W
I pasted the logs there.