Activities of "maliming"

hi

Can you set your log level to Debug and reproduce the error then share the full logs?

Thanks.

public class Program
{
    public async static Task<int> Main(string[] args)
    {
        Log.Logger = new LoggerConfiguration()
            .MinimumLevel.Debug()
            .MinimumLevel.Override("Microsoft.EntityFrameworkCore", LogEventLevel.Warning)
            .Enrich.FromLogContext()
            .WriteTo.Async(c => c.File("Logs/logs.txt"))
            .WriteTo.Async(c => c.Console())
            .CreateLogger();

hi

we noticed that the create/edit screen for tenants does not show the labels.

What is the UI of the create/edit page? angular or mvc?

Can you share a demo template project to reproduce this?

liming.ma@volosoft.com

Thanks.

hi

the goal is to redirect to the custom URL by default when the user is not logged in, and show the login page of Abp only when the user writes the URL in the browser.

The angular using the https://github.com/manfredsteyer/angular-oauth2-oidc as oidc client. It uses the standard oauth2 protocol to set the redirect url in the query string. If you change the redirect url you may break the protocol.

the goal is to redirect to the custom URL by default when the user is not logged in

You can override the account/login page to challenge your SAML authentication.

hi

You can set different ConnectionStrings in different appsettings.json for the dev and test environments.

Did you set the tenant's ConnectionStrings info?

Can you share your code or steps to reproduce the problem?

Thanks

hi

Have you added the FormsHttpApiModule(Volo.Forms.HttpApi)

The https://localhost:44325/api/abp/api-definition endpoint should contain the form apis.

Thanks. I will check it asap.

hi

new Uri(configuration["AuthServer:Authority"]!

What is the value of AuthServer:Authority?

Please check it in your all src/Cincaporc.WebApp.AuthServer/appsettings.json(environment)

hi

Please share the code of your grant type.

hi

It seems this is an angular build error, right?

Answer

Ok, I'll check it out soon, but it may take a while. Thanks

Showing 4211 to 4220 of 11550 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 December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.