Activities of "firecape"

Awesome, thank you. I wasn't thinking that would be in the migrations section of the documentation, but looks like that's exactly what I need. Thanks,

Tim

  • ABP Framework version: v5.0.0RC
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace: " Executing host database seed... [16:55:37 ERR] An error occurred using the connection to database 'MyPermissionDb' on server"
  • Steps to reproduce the issue:"

I just want to use the application startup template, but use three separate databases for "Default," "AbpIdentityServer," and "AbpPermissionManagement." In the "Configure the Connection Strings" section of https://docs.abp.io/en/abp/5.0/Connection-Strings, I added these to my config. However, when I run the DbMigrator project, all of the tables are created in one database, and I get the above error. Can you list all the steps I need just so I can change a fresh, out of the box, application startup template to use three separate databases...one for the default, then identity, and then one for permissions. Thank you so much,

Tim

Awesome, thank you very much :) Tim

I'm using the latest ABP RC1 framework (5.0.0-RC1, Angular, EF Core, Identity server separated). When creating a basic Angular crud UI page using ABP Suite with an entity that has a DateTime property, the datepicker errors out. I press New, and then click in the date field, no calendar or date picker even pops up...instead, I get the following message in the browser console:

core.js:6498 ERROR TypeError: componentFactory.create is not a function at ViewContainerRef.createComponent (vendor.js:51998) at NgbInputDatepicker.open (vendor.js:127660) at BookComponent_ng_template_80_Template_input_click_17_listener (src_app_books_book_book_module_ts.js:287) at executeListenerWithErrorHandling (vendor.js:44134) at wrapListenerIn_markDirtyAndPreventDefault (vendor.js:44172) at HTMLInputElement.<anonymous> (vendor.js:70774) at ZoneDelegate.invokeTask (polyfills.js:11016) at Object.onInvokeTask (vendor.js:57486) at ZoneDelegate.invokeTask (polyfills.js:11015) at Zone.runTask (polyfills.js:10788)

I tried this on a second, brand new 5.0.0-RC1 project, and same thing happens. I then downgraded Suite to the current 4.4.4 suite version, and everything works fine then. So it's only present on the RC, but I want to continue using RC, and not the 4.4.4. Thank you so much for your help,

Tim

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