Activities of "david.hurtado"

Thanks @zhongfang for yor answer but all my projects reference to .Net 5.0 I probe generation and It's run properly without make any change.

Yes it was solved.. Thanks

Good Day @maliming No i haven't but I test with an app generate with abp suite and the error happens, i think it's about required validation. Memoedit is a control of Blazorise's suite, which it's the abp.io default generation for Blazor

Thanks @maliming

We changed the settings in SQL Server and afterwards the creation of tenants works fine.

Thanks @EngincanV It's Works for Us.

Thanks @maliming, problem was solved. It was reletated to activate TLS protocols on the server.

hi @maliming yes, i can share my screen. I send you an email.

Hi maliming. This is appsetting.json from API

{
  "App": {
    "SelfUrl": "https://api.server.com:51114",
    "ClientUrl": "https://front.server.com:51113",
    "CorsOrigins": "https://.server.com,https://front.server.com:51113,https://api.server.com:51114"
  },
  "ConnectionStrings": {
    "Default": "Data Source=XXXX-01;Initial Catalog=TicketsADB;Integrated Security=True"
  },
  "AuthServer": {
    "Authority": "https://api.server.com:51114",
    "RequireHttpsMetadata": "false"
  },
  "StringEncryption": {
    "DefaultPassPhrase": "XXXXXX0frz1ifcLs"
  },
  "Settings": {
    "Volo.Abp.LeptonTheme.Style": "Style1", / Options: Style1, Style2... Style6 /
    "Volo.Abp.LeptonTheme.Layout.MenuPlacement": "Left", / Options: Left, Top /
    "Volo.Abp.LeptonTheme.Layout.MenuStatus": "AlwaysOpened", / Options: AlwaysOpened, OpenOnHover /
    "Volo.Abp.LeptonTheme.Layout.Boxed": "False", / Options: True, False */
    "Abp.Mailing.Smtp.Host": "127.0.0.1",
    "Abp.Mailing.Smtp.Port": "25",
    "Abp.Mailing.Smtp.UserName": "",
    "Abp.Mailing.Smtp.Password": "",
    "Abp.Mailing.Smtp.Domain": "",
    "Abp.Mailing.Smtp.EnableSsl": "false",
    "Abp.Mailing.Smtp.UseDefaultCredentials": "true",
    "Abp.Mailing.DefaultFromAddress": "noreply@abp.io",
    "Abp.Mailing.DefaultFromDisplayName": "ABP application"
  },
  "AbpLicenseCode

This is appsetting.json from MigratorDb

{
  "ConnectionStrings": {
    "Default": "Data Source=XXXX-01;Initial Catalog=TicketsADB;Integrated Security=True"
  },
  "IdentityServer": {
    "Clients": {
      "Tickets_Web": {
        "ClientId": "Tickets_Web",
        "RootUrl": "https://api.server.com:51114"
      },
      "Tickets_App": {
        "ClientId": "Tickets_App",
        "RootUrl": "https://front.server.com:51113"
      },
      "Tickets_Blazor": {
        "ClientId": "Tickets_Blazor",
        "RootUrl": "https://front.server.com:51113"
      },
      "Tickets_Swagger": {
        "ClientId": "Tickets_Swagger",
        "ClientSecret": "1q2w3e*",
        "RootUrl": "https://api.server.com:51114"
      }
    }
  },
Answer

Hi @christianharo You can bypass that error Clenning Browser cache history, Or Star the app in the browser private mode.

Hi, @nowayja

Another option you can do is this:

  1. Uninstall ABP Suite:
    1. CLI Command=> dotnet tool uninstall -g Volo.Abp.Suite
  2. Update you ABP with donet tool to ABP FW 4.0.0 stable.
  3. Delete all bin and obj folders in your project.
  4. Install ABP Suite Again.
  5. Create or add a new emty project and try to generate whith a new entity.
  6. After that select your fisrt project and update all nuggets, is important that all nuggets project has been on ABP 4.0.0 and blazorise 0.9.3-preview-2
  7. Try to generate. Good Look...
Showing 21 to 30 of 36 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13