Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "maliming"

@krishna You need upgrade all abp package to the same version.

{
     "remoteServiceBaseUrl": "https://{TENANCY_NAME}.nuagecare.io",
    "appBaseUrl": "https://{TENANCY_NAME}.nuagecare.net"
}

The same configuration should be done in the nuagecare.io domain name https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Angular#configuration

Related to this? https://github.com/aspnetzero/aspnet-zero-core/issues/1876

Try to upgrade the package. If it is still wrong, please share some relevant code.

Answer

please refer: https://github.com/aspnetzero/aspnet-zero-core/issues/1508#issuecomment-409541664

You can take look this:https://github.com/aspnetboilerplate/aspnetboilerplate/issues/3573

using Abp.EntityFrameworkCore.Repositories;

var changeTracker = yourRepository.GetDbContext().ChangeTracker;

Can you talk about it specifically? There are set reference documents here. https://docs.microsoft.com/en-us/aspnet/core/fundamentals/environments?view=aspnetcore-2.1

https://github.com/aspnetboilerplate/abp-ng2-module/blob/master/src/abpHttpInterceptor.ts#L233

All requests are intercepted, maybe you can refer to abp's interceptor to implement your own interceptor.

You can implement your own abp.message.error

https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/assets/abp-web-resources/abp.sweet-alert.js#L36

Showing 2711 to 2720 of 3000 entries