Activities of "n.uerkmez"

I have updated ABp Cli the following issue came out

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
    • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi,

I need to use the Abp Suite. However, it does not start even if I have logged in to my company account . Everything was working last month. I didn't do any update, but now it's not anymore. I keep getting the message Please log in, even though I am logged in properly. By the way, has there been an update to ABP cli or ABP suite?

Any solution in this regards?

Thanks. Great, That worked.

Let me try it on Azure. If there is no issue I will close the ticket

options.Applications["MVC"].RootUrl = configuration["App:SelfUrl"]; "SelfUrl": "https://authserver.domain.local:44319",

Great. That works. But another issue came out. We are using the subdomain approach for tenants like https://{0}.authserver.domain.local:44319/Account/ResetPassword

Since the reset link has been sent without "subdomain1" as https://authserver.domain.local:44319/Account/ResetPassword from authserver even though I made request via https://subdomain1.authserver.domain.local:44319/Account/ForgotPassword

The reset link must include subdomain1 as follows. https://{subdomain1}.authserver.domain.local:44319/Account/ForgotPassword

However, every email is being sent via a host link.

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: Hi,

I can send e-mails using Mailkit via host API and application.

But here is the problem, the I forgot my password function from the separated authserver interface gives the following error.

Even though I installed Mailkit and related packages in the AuthServer project, the Account module still uses SmtpClient instead of Malkit.

The following code snippet has been added to the ...AuthServerModule.cs file. The application is a multitenant app and uses a sub-domain.

However, the ABP Account module or ABP Background job executer ignores to use Mailkit

Configure<AbpMailKitOptions>(options =>

Thanks

Thanks yor your effort. But please double check your Type dropdown items's display text. It does not match localization text but just enum UserType name For example; Moderator display text must be "Moderator user" instead.

Hello,

please check this doc https://docs.abp.io/en/commercial/latest/tutorials/book-store/part-2?UI=NG&DB=EF#localization

I think try once with this one only

as you are passing it both ways like-

it might not be very clear, the correct approach should be "Enum:UserType.0": "Regular XXXXX",

thanks

Hi, It did not work. I have tried every combination before creating this ticket. You can create a new Angular project and extend the Identity object with an enum as defined here https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#special-types. You can experience, that it does not work as expected. I can not access the code of the ABP Identity Component + Template. So I can not change the localization code. Please check this issue, https://github.com/abpframework/abp/issues/13264 But it is not working for Angular

  • ABP Framework version: v8.2.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi, I have created a brand new Book App to be sure if the localization works for an extended property that is an enum by following the step in the https://docs.abp.io/en/abp/latest/Module-Entity-Extensions#special-types. But there is no way to get popup values from the localization file.

This is my localization of en.json

Extention of Identity Module

UserType Enum

UI Output (No Localization)

Showing 1 to 10 of 97 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13