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,
ABP Framework version: v8
Hi, may I ask what Abp version you are using?
ABP support angular 18 start from 8.3.x
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.
You need to enable an external provider first.