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