Activities of "maliming"

hi

What are the steps to get this error from a new 7.2.2 template project?

Your question credits refunded.

I guess it needs to be compatible with external login. I'll check that out, Thanks

I run the tye, and the blazor app works correctly with file management.

Thanks.

hi

Please set log level of your application to Debug and share this request full logs. Thanks

liming.ma@volosoft.com

.MinimumLevel.Debug()

Log.Logger = new LoggerConfiguration()
        .MinimumLevel.Debug()
        .WriteTo.Async(c => c.File("Logs/logs.txt"))
        .WriteTo.Async(c => c.Console())
        .CreateLogger();

hi

You can add a controller or razor page to your blazor server project, and then redirect to its endpoint.

hi

You can call the Challenge(new AuthenticationProperties { RedirectUri = your_returnUrl }, "oidc"); to get new access token.

eg:

https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/Authentication/ChallengeAccountController.cs#L81

hi

It's too large. Can you reshare it after removing node_modules and run abp clean command?

Thanks

hi

Yes, You can give it a try.

Showing 5641 to 5650 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20