Hello, have you looked here? Configuration may be missing.
Your code does not have configuration
Configure<AbpAutoMapperOptions>(options =>
{
//Add all mappings defined in the assembly of the MyModule class
options.AddMaps<MyModule>();
});
Hello, I can't comment because I don't know the content of your classes. There may be a map you forgot to add. Can you share the source code?
https://docs.abp.io/en/abp/latest/CLI#update
Hi you can do abp update --version 7.0.1
like here
Hello, not all commercial packages have been released for version 7.0.2.
Can you share where it gives error?
Hello, have you looked here? Configuration may be missing.
Hello, can you perform the manual installation from this document?
Hi
This suggests checking out the following resources for a solution to your issue:
https://community.abp.io/posts/implementing-passwordless-authentication-with-asp.net-core-identity-c25l8koj https://github.com/salihozkara/Question_4484/blob/main/README.md (as an alternative if the first resource does not resolve the issue)