Activities of "liangshiwei"

Hi,

I can't reproduce the problem

public class TestAppService : Test8688AppService
{
    
    public string Test()
    {
        var ex = new UserFriendlyException("test");
        ex.Data["Test"] = new object();
        JsonSerializer.Serialize(ex);   
        throw ex;
    }
}

Hi,

We will check it

Hi,

ABP Framework version: v8

Hi, may I ask what Abp version you are using?

ABP support angular 18 start from 8.3.x

Answer

Hi,

How can I reproduce the problem, could you please the full steps? thanks.

Hi,

Usually created in Application.Contracts project.

If you need to check the features at the Domain project, put it in Domain.shared project.

Like the definition of permissions, it is usually placed in shared projects. Whether it is Application.Contracts or Domain.shared , they are shared projects

Hi,

As u can see my application is using angular, so does angular support override login components?

Angular uses code flow by default; You usually need to override AuthServer(MVC) pages. Both angular components and mvc pages support override

Does abp support CMS Kit module's admin site to be angular?

no, also not supported

The redirect URI 'http://mydomain.com/signin-microsoft' specified in the request does not match the redirect URIs

This is an error with the redirect URL, you need to check the redirect URL you configured in Azure.

I can't reproduce the problem

You need to enable an external provider first.

Hi,

I can't reproduce the problem.

Version(9.0.3)

My steps

  • abp new Qa8688 -u angular
  • Create database migration and run projects

Showing 151 to 160 of 6693 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 04, 2025, 06:41