Activities of "hanntd"

Is there any work around solution to customize for expected structure? Thanks Dharma

Your AI answer does not meet my expectation I want to separate hosting for Blazor and Backend Api included Auth Server, I don't want to output a single deployment

I want to have a template for Blazor Web App when publish will output one for blazor and one for HttpApi.host included Auth Server, but with Layered template for Blazor Web App and check Tiered option it will create a solution template with separated auth server. I tried for Blazor Web Assembly it has option "Separate Authentication Server" if i don't check it will create solution template as expected with integration of Auth Server into HttpApi.host. How can I do the same for Blazor Web App. Option for Blazor Web App: Option for Blazor Web Assembly:

I added Async to end of my method name and already resolved my issue. Thanks

Hi, I used this command to generate static proxy: abp generate-proxy -t csharp -u https://localhost:44366/ --without-contracts -m CoreBackend It ran with no error but some generated files cannot generate the correct method of endpoint, for example:

public virtual List<BankDto> GetExistingDataByField(string fieldName, string fieldValue, Guid docId)
{
    //Client Proxy does not support the synchronization method, you should always use asynchronous methods as a best practice
    throw new System.NotImplementedException(); 
}

Another question: can we just generate for some services or a specific service instead of generate for all?

Please find in the attached images I have enclosed sample files of application, contract and proxy files.

Hi ABP Team, In my solution I have many blob storage with different provider (aws, azure, database...) I'd like to build a page that can help to manage content of each blob storage using File Management. This page allow user to select which blob container to view the content and file management will show the content of selected blob. I tried to configure at runtime but it always get the default blob in database. How we can apply the configuration to file management at runtime? thanks, Dharma

Thanks EngincanV, I will check the link you suggested Thanks

Hi, I have a loading problem with Blazor Application using Blazor Web App template. When you navigate within the same tab, only related component and data of opening page are loaded, but opening a page on a new tab triggers a complete application reload. How to prevent this reload when opening on new tab. Thanks, Dharma

Thank you EngincanV so much, the configuration as you suggested "options.TokenCookie.SecurePolicy = CookieSecurePolicy.Always;" already help me fixed the issue. Thanks, Dharma

Just want to provide you more information of the cookie of both site with the same source code but deployed in two different models, error site on docker and good site is directly on nginx: Here is the cookie of the error site hosted on docker:

Here is the cookie of running ok site hosted directly on nginx:

Showing 1 to 10 of 138 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 October 07, 2025, 05:59