Activities of "salih"

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)

Hello, can you perform the manual installation from this document?

Hello, have you looked here? Configuration may be missing.

Can you share where it gives error?

Hello, not all commercial packages have been released for version 7.0.2.

https://docs.abp.io/en/abp/latest/CLI#update Hi you can do abp update --version 7.0.1 like here

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?

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 7.0.2 packages have been released. Can you run theabp clean command and try again?

I am sorry this is my mistake. Packages maybe not released. Abp cli does not support downgrade. You can wait for the packages to be released or manually downgrade the versions.

Showing 1 to 10 of 38 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11