hi
This feature is not supported at this time
Thanks rafael.gonzales
I will check this.
hi
Please add your private NuGet source to nuget.config
https://commercial.abp.io/my-organizations/
No packages exist with this id in source(s):
C:\Program Files\dotnet\library-packs,
CliFallbackFolder,
devexpress.com,
Microsoft Visual
Studio Offline Packages,
nuget.org
https://learn.microsoft.com/en-us/nuget/reference/nuget-config-file
hi
Please share the code and steps to reproduce this.
Thanks.
hi
You don't need the Guid Generator if your key is not GUID.
See https://learn.microsoft.com/en-us/ef/core/modeling/generated-properties?tabs=data-annotations https://learn.microsoft.com/en-us/ef/core/modeling/keys?tabs=data-annotations#value-generation
hi
You can override the component to customize the DataGrid.
https://docs.abp.io/en/abp/latest/UI/Blazor/Customization-Overriding-Components?UI=BlazorServer
Redis will be slower than memory cache, that's for sure. It's just that we need Redis in the distributed scenario.
hi
but if i change the database of the application and auth server then its not work.
Please share the details of your changes and logs. Thanks.
hi
There is currently no such documentation, you can check the current angular app.
https://docs.abp.io/en/abp/latest/UI/Angular/Quick-Start
hi
Your current identity has no phone_number and phone_number_verified claims.
The token request was rejected because the 'PhoneNumberLogin_credentials' grant type is not supported.
Please check this https://community.abp.io/posts/how-to-add-a-custom-grant-type-in-openiddict.-6v0df94z
make sure your PhoneNumberLogin_credentials is added to OpenIddict correctly.