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 6531 to 6540 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.