Activities of "maliming"

: )

System.IO.IOException: Failed to bind to address http://localhost:3000.

hi You can try to change anohter port for suite.

https://docs.abp.io/en/commercial/latest/abp-suite/configuration

eg C:\Users\malim\.dotnet\tools\.store\volo.abp.suite\4.4.3\volo.abp.suite\4.4.3\tools\net5.0\any

hi

Can you try again?

abp get-source Volo.LeptonTheme

hi

We will check this.

abp get-source Volo.LeptonTheme

hi

Can you share a simple project to reproduce? liming.ma@volosoft.com

This seems to have nothing to do with abp, have you tried it in other application without abp?

hi

Have you read this document?

https://docs.abp.io/en/abp/latest/Features

hi

Your EF Core has two DbContext right?

Can you share the detaisl? How do you configure your entity?

hi

Can you try this?

[Dependency(ReplaceServices = true)]
[ExposeServices(typeof(IBlobContainerConfigurationProvider))]
public class MyBlobContainerConfigurationProvider : DefaultBlobContainerConfigurationProvider
{
    public MyBlobContainerConfigurationProvider(IOptions<AbpBlobStoringOptions> options)
        : base(options)
    {
    }

    public override BlobContainerConfiguration Get(string name)
    {
        if (name == "MyBlobContainer")
        {
            var configure = base.Get(name);
            var aws = configure.GetAwsConfiguration();
            aws.AccessKeyId = "";
        }

        return base.Get(name);
    }
}

hi

Please try to use AddSigningCredential and check your Data Protection.

https://docs.identityserver.io/en/latest/topics/startup.html#key-material https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-5.0

Showing 10061 to 10070 of 11543 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.