Activities of "vijay.nallala"

  • ABP Framework version: 4.3.0
  • UI type: MVC
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace: N/A.. due our exisitng model has object format.
  • Steps to reproduce the issue: we need set guid in MongoDB for all entities as ObjectId. but in this ABP considering as BindData.. Can you please suggest on this

Actual : "_id" : BinData(3, "l81YjCmHgqJGQjn8TFkFwA==") Expectation : "_id" : ObjectId("5f18b4b647b1cdcaf667fa2c")

Question
  • ABP Framework version: 4.3.0
  • UI type: MVC
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue: after login i am going change setting screen to email configuration but giving error. also unable to set the self registration turn on/off.
    i tried from local giving runtime issue.
Question
  • ABP Framework version: vX.X.X 4.3.0
  • UI type: Angular / MVC / Blazor : MVC
  • DB provider: EF Core / MongoDB : EFCore Oracle
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no: Yes
  • Exception message and stack trace:
  • Steps to reproduce the issue: I am unable to find the tabeprefix.. for Indeity and Identity Server DB.. below is not class dbtable prefix not showing while set the

so both - prefix propeties are not same and not aplied while run the DB, we need this should be set and get while calling all namespace Volo.Abp.Identity { public static class AbpIdentityDbProperties { public const string ConnectionStringName = "AbpIdentity";

    public static string DbTablePrefix { get; set; }
    public static string DbSchema { get; set; }
}

}

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