Can you set a breakpoing to confirm the MyHttpContextIdentityModelRemoteServiceHttpClientAuthenticator working?
Using the Microsoft package now and then after the upgrade of the Microsoft packages in ABP framework, updating for the ABP
Yes, We've upgraded all ms packages in 5.3.
hi
Your application does not use Cookies as the primary authentication method, the above scheme will not work for you.
You're using the Identity Server to issue the token and use JwtBearer to validate the token.
You can try other solutions based on this.
https://github.com/IdentityServer/IdentityServer4/issues/736 https://stackoverflow.com/questions/56021219/concurrent-login-with-identity-server4
Can you share a website link and username & password, and I can test it online. liming.ma@volosoft.com
hi
Can you apply your code to a template project and share it with me? liming.ma@volosoft.com
I can't think of a possible reason. You can try changing the environment to test.
What's the version of your ABP CLI?
You can try changing the environment to test.
After run abp install-libs on your project.
And 5.2.2 will use libs/flag-icon-css/css/flag-icons.min.css
So it seems there is no problem.
https://github.com/abpframework/abp/blob/rel-5.2/framework/src/Volo.Abp.AspNetCore.Mvc.UI.Packages/Volo/Abp/AspNetCore/Mvc/UI/Packages/FlagIconCss/FlagIconCssStyleContributor.cs#L10
hi
: how to make make the WebApi implemented by "{appname}.HttpApi.Host" to understand that there is a migration pending and apply the migration to the Database once the new release is launched in the remote server?
Maybe you can refer to https://makolyte.com/ef-core-apply-migrations-programmatically/