Open Closed

Blazor Server Audit Log Not Working For Update #5116


User avatar
0
coskunkula created
  • ABP Framework version: v7.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hello, I created a blazor server project using abp suite. To start with, I created only one entity. When I add, a log record is created, but when I update, no log record is created. Do I need to make any adjustments?


3 Answer(s)
  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Did you check https://docs.abp.io/en/abp/latest/Audit-Logging#entity-history-selectors ?

    Can you share the audit configuration for your entity?

  • User Avatar
    0
    coskunkula created

    Yes, I have tried everything described here. When I update using swagger, the log is created, but when I do it from the blazor interface, it does not.

  • User Avatar
    0
    nlachmuthDev created

    Unfortunately there is a problem, currently in blazor serverside that causes audit logging not working correctly.

    We already have an issue open for this at github. You can check its state here: https://github.com/abpframework/abp/issues/11682

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11