Activities of "maliming"

Thanks. I will check and fix it. 👍

Hi

Can you check your wwwroot folder to see if global-scripts.js and global-styles.cs files exist?

Can you try to change

bundle.AddFiles("~/global-scripts.js");
bundle.AddFiles("~/global-scripts.css");

to

bundle.AddFiles("/global-scripts.js");
bundle.AddFiles("/global-scripts.css");

Also, remove the code below:

你好

HTTP请求global.js 返回什么? 后端的日志是?

谢谢

hi

Here is an article about multiple time zones. Can you check it first?

https://abp.io/community/posts/developing-a-multitimezone-application-using-the-abp-framework-zk7fnrdq

Thanks.

hi

No user found matching username: proxyadmin

Are you sure the user exists?


Can you try to replace the HandlePasswordAsync method to debug?

[ReplaceControllers(typeof(TokenController))]
public class MyTokenController : TokenController
{
    protected override async Task<IActionResult> HandlePasswordAsync(OpenIddictRequest request)
    {
        var tenant = await TenantConfigurationProvider.GetAsync(saveResolveResult: false);
        return await base.HandlePasswordAsync(request);
    }
}

Thanks.

hi

We haven't used OAuth2 Microsoft 365 before.

Does Microsoft have any relevant documentation?

Thanks.

hi

Can you share the output of the abp login-info command?

Thanks.

Hi

Can you use English?

You can share the logs file with liming.ma@volosoft.com

Thanks.

hi

Can you share a test project to show the problem?

I will download and debug it.

liming.ma@volosoft.com

Thanks

Great 👍

Showing 271 to 280 of 11542 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.