Activities of "maliming"

Answer

hi

Can you share your code and steps? or can you share a template project with your code?

Thanks

liming.ma@volosoft.com

Thanks. I will test it asap.

hi

You shouldn't use Auto API Controllers in the microservice solution.

You should use .httpapi of your module.

hi Please try to set data-ajaxForm to false.

data-ajaxForm="false"

hi

You should use different Redis servers for these two applications.

hi

IsolationLevel must be ReadCommitted or Serializable (Parameter 'isolationLevel')

Please configure AbpOpenIddictStoreOptions to set the IsolationLevel for your Oracle.

public class AbpOpenIddictStoreOptions
{
    public IsolationLevel? PruneIsolationLevel { get; set; }

    public IsolationLevel? DeleteIsolationLevel { get; set; }

    public AbpOpenIddictStoreOptions()
    {
        PruneIsolationLevel = IsolationLevel.RepeatableRead;
        DeleteIsolationLevel = IsolationLevel.Serializable;
    }
}

hi

Microservices are more complex. Can you share a project? So I can debug and find the cause.

Thanks liming.ma@volosoft.com

hi

I will forward this to our angular team.

hi

The register api will send the email confirmation automatically.

Please check your logs. The default mail sender is NullEmailSender

#if DEBUG
        context.Services.Replace(ServiceDescriptor.Singleton<IEmailSender, NullEmailSender>());
#endif

hi

The error is:

[ERR] Url, named 'Abp.Account.EmailConfirmation', for the application 'saas_microservice' was not configured. Use AppUrlOptions to configure it!
Showing 4171 to 4180 of 11539 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.