If you want to use it on application service, it is not supported for attribute routing.
see https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3770
Hi, you can take reference from logo/css file upload in tenant settings as reference.
https://github.com/aspnetzero/aspnet-zero-core/blob/f606134b29efab6f137b6e8eba8f48293cddf894/angular/src/app/admin/settings/tenant-settings.component.ts#L27-L28
you can refer to this for IIS and hangfire configuration.
Hi, looks like your app is shutdowning, therefore abp modules are getting disposed. Have you configured your app to be always
alive ?
Hi, can you share the screenshot after runing the comands?
@maliming there is another PR to fix some of the warnnings on mobile solution
https://github.com/aspnetzero/aspnet-zero-core/pull/2376
Hi @ivanosw1, does your QueryContext
require any database write operation?
if it does not, you can try to change your QueryContext to inherit from DbContext
instead of AbpDbContext
as workaround.
You might also need to enable query filter in QueryContext
similar to AbpDbContext
see https://github.com/aspnetboilerplate/aspnetboilerplate/blob/c64804aa17eecb0078d18dd79997eadb6d041113/src/Abp.EntityFrameworkCore/EntityFrameworkCore/AbpDbContext.cs#L114-L119
Hi, the webhooks are handled in
StripeControllerBase
.
It only handles Events.InvoicePaymentSucceeded
by default.
see https://github.com/aspnetzero/aspnet-zero-core/blob/8786dc7156641d52f08574722805b4c68a30eed9/aspnet-core/src/MyCompanyName.AbpZeroTemplate.Web.Core/Controllers/StripeControllerBase.cs
Hi, ANZ does not come with session timeout logic out of the box.
there has been some discussion around the implemention in the PR for jquery version. however, the discussed use case should be valid for both jquery and angular.
See
There is an issue that tracks session timeout feature
https://github.com/aspnetzero/aspnet-zero-core/issues/352
Hi, you will need to include Abp.TenantId
for /api/values
as well.
See https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Features-Angular-Token-Based-Authentication#using-api