Activities of "prachi@urvin.finance"

  • ABP Framework version: v8.3.0
  • UI Type: Blazor Server
  • Database System: EF Core (PostgreSQL)
  • Exception message and full stack trace: -

_host.cshtml file

I am experiencing an issue where PersistentComponentState is not functioning as expected in a Blazor Server project using ABP.IO. While the prerendering process works, my component renders twice because the state is not being retained properly.

Steps to reproduce the issue:

  1. Enable prerendering in a Blazor Server project.
  2. Attempt to use PersistentComponentState to retain component state across renders.
  3. Observe that the component renders twice, but the state is not persisted.

Expected behavior: The component should render once, and the state should be retained seamlessly using PersistentComponentState.

Please let me know if you need additional details or code samples to reproduce this issue.

  • ABP Framework version: v8.3.0* UI Type:Blazor Server
  • Database System: EF Core (PostgreSQL)
  • Exception message and full stack trace: 403 Forbidden
  • Steps to reproduce the issue: Log in as an super-admin. Not able to access any identity-related pages such as /identity/organization-units, /identity/roles, etc

I am encountering an application-wide issue where I'm unable to authorize any action method or view based on user permissions. However, role-based authorization is functioning as expected. Upon inspecting the token, it includes the user's role, but ABP is not retrieving permissions associated with that role.

I've also verified the database, and all necessary permissions are correctly seeded to this role. However, ABP still isn't retrieving or recognizing these permissions for authorization, even though role-based checks are working.

I suspect this issue may have arisen due to a recent project upgrade.

In the same way, there is one "Default" remote service is added. How can I add one more service here?

Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09