Activities of "enisn"

Please make sure the namespaces. There are 2 MainHeaderToolbar classes from 2 different namespaces

  • Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.TopMenu.MainHeader.MainHeaderToolbar
  • Volo.Abp.AspNetCore.Components.Web.LeptonXTheme.Components.ApplicationLayout.SideMenu.MainHeader.MainHeaderToolbar

Can you try placing facicon.ico file in that folder too?

Hi,

These pages are in AuthServer. If you use separated AuthServer in your project, you should add favicon.svg file in your AuthServer project too.

wwwroot/favicon.svg

You can compile CSS files by running yarn gulp command in Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton folder.

If gulp isn't installed, you can use npm install gulp command.

Then you need to run abp bundle command for your Blazor WebAssembly project to update blazor wasm bundles.

You're right. It seems it's a false positive exception. We'll prevent this issue in the next 7.1 patch release.

Since the check is done in the entity itself, unfortunately I can't provide a proper workaround until the next patch release.

Thanks for reporting this issue. We've opened an internal issue for this issue. We'll work on it in future milestones.

Sorry, I couldn't understand the problem, do you get an exception? Can you share detailed exception?


For subscriptions, configuring webhooks is required. The system can only know if subscription continues or not from webhooks.

So, each subscription have to be checked and updated via webhooks. But the first payment for the subscription should be completed by both webhook and redirected last page, if not, it seems there is a missing use-case or a bug

Answer

Unfortunately we can't say anything without stacktrace. If you have stacktrace of the exception, please provide us. In the audit logs, nothing is presented about the exception

That way should work. https://docs.abp.io/en/abp/latest/Distributed-Event-Bus#subscribing-to-events

Some cases might be changed according to your event bus service. Which one are you using? (RabbitMQ, Kafka, Azure etc.)

It was a temporary error and it should happen now

Showing 91 to 100 of 489 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 20, 2024, 08:30