أنشطة "olitrepanier"

  • ABP Framework version: v7.4.2
  • UI Type: Maui Blazor
  • Database System: EF Core SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:

  • Steps to reproduce the issue:
  1. Open abp suite
  2. Generate new Maui Blazor project
  3. Add chat module
  4. Enable chat feature
  5. Attempt to navigate to /chat page -> get the exception

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?

  • ABP Framework version: v7.4.2
  • UI Type: Blazor WASM
  • Database System: EF Core SQL Server
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: No particular exceptions. The addition of the Chat module did not work.
  • Steps to reproduce the issue:
  1. Run abp suite
  2. In the modules page, click add as package on the Chat module.
  3. Wait for the process to end (it took a very long time)
  4. Process completes successfully

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?

  • ABP Framework version: v7.4.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: no exception
  • Steps to reproduce the issue: Using ABP suite, I generated a new entity using a nullable enum like so:

The generated Blazor code treated it as a nullable property and gave me build errors:

  • ABP Framework version: v7.4.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace:
  • Steps to reproduce the issue: I generated a new Blazor project. Initially everything works well. I tried using ABP Suite to generate a new entity. Here are the specs I used: At the last step 13/13 Database migration, I get the error that I pasted. I can run the Blazor app and the API fine. When I navigate to the Entity's page, I get the following error: and I can't create a new entity.

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,

It does work. I have to override the correct menu. There is a SideMenu and a TopMenu. The one that works for me is the SideMenu.

I am still getting the login-callback errors in the console that says "user is not logged in". Any clue why this is happening?

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.

عرض 11 الي 20 من 26 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11