Activities of "Sraman"

Hi,

Please go to home page, there I was trying to load a api to the syncfusion file manager component. But I'm unable to reach them due to some reason. But I'm able to load them correctly with a api outside the project. Not sure about the exact issue. Some configuration is blocking.

Hi, Thanks your sample was really helpful. But still facing issue in consuming the api with a api url from the one of the syncfusion component. Actually I was able to consume the api which I created in a new project, but not able to consume the api in the existing soluton.Not sure whats the actuall issue. Currently I'm trying to consume endpoints from AzureBlobManagerController for the filemanager component on idex page.

It would be really great if you could help to figure out the issue.

Please find the project, https://github.com/sivaraman27/Abp_Sync_FileManager

Hi,

It looks outdated and not working anymore.

Please read https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-docker-compose?UI=MVC&DB=EF&Tiered=No

There is a detailed explanation about what to override, how to override and why to override.

I'm confused with Db Migrator, no tiered application don't have DbMigrator.dll. How can we migrate database without that?

Can you share your dockerfile and docker-compose?

I'm able to do build and run container on my docker desktop with the below docker files using build-images-locally.ps1and run-docker.ps1.

But how should I use my docker file to deploy on production to docker container registry. What changes should I make or any suggestions?

  FROM mcr.microsoft.com/dotnet/aspnet:7.0
  COPY bin/Release/net7.0/publish/ app/
  WORKDIR /app
  ENTRYPOINT ["dotnet", "Acme.Books.dll"]
version: '3.9'

services:
  mrs-web:
    image: pentapack/mrs:latest
    container_name: mrs-web
    build:
      context: ../../
      dockerfile: Pentapack.MRS/Dockerfile.local
    environment:
      - ASPNETCORE_URLS=https://+:443;http://+:80;
      - Kestrel__Certificates__Default__Path=/root/certificate/localhost.pfx
      - Kestrel__Certificates__Default__Password=91f91912-5ab0-49df-8166-23377efaf3cc
      - ConnectionStrings__Default=Server=mrs-db,1433;Database=MRS;User=sa;Password=Aqwx1379!;TrustServerCertificate=true;
    ports:
      - "443:443"
    depends_on:
      mrs-db:
        condition: service_healthy
    restart: on-failure  
    volumes:
      - ./certs:/root/certificate
    networks:
      - mrs-network

  mrs-db-migrator:
    image: pentapack/mrs:latest
    container_name: mrs-db-migrator
    build:
      context: ../../
      dockerfile: Pentapack.MRS/Dockerfile.local
    environment:
      - ConnectionStrings__Default=Server=mrs-db,1433;Database=MRS;User=sa;Password=Aqwx1379!;TrustServerCertificate=true;
    command:
      - --migrate-database
    depends_on:
      mrs-db:
        condition: service_healthy
    networks:
      - mrs-network 

  mrs-db:
    container_name: mrs-db
    image: 'mcr.microsoft.com/mssql/server:latest'
    ports:
      - "1433:1433"
    volumes:
      - mrs-data:/data/db
    environment:
      - ACCEPT_EULA=Y
      - SA_PASSWORD=Aqwx1379!
    networks:
      - mrs-network
    healthcheck:
      test: ["CMD", "/opt/mssql-tools/bin/sqlcmd", "-Usa", "-PAqwx1379!", "-Q", "select 1"]
      interval: 10s
      timeout: 10s
      retries: 10
volumes:
  mrs-data:
    name: mrs-data
networks:
  mrs-network:
    name: mrs-network
    driver: bridge

Please check https://docs.abp.io/en/commercial/latest/startup-templates/application/deployment-docker-compose?UI=MVC&DB=EF&Tiered=No

Can you suggest some production deployment ideas using above code?

Alert is not showing on appservice page.

_alertManager.Alerts.Warning( text: L["ExpirationDateValidationMessage"], title: "Service Interruption" );

It is working fine on popup pages. Can you suggest a way to show the userfriendlyexception on index page from appservice without a return type?

I'm working with MVC single layer project.

All of sudden facing the below issue.

Is that same you folks are discussing? Any workaround?

Error

he nuget command failed with exit code(1) and error(NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Web.IdentityServer. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org Errors in D:\a\1\s\Pentapack.MRS\Pentapack.MRS.csproj NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Admin.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Account.Pro.Public.Web.IdentityServer. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AspNetCore.Mvc.UI.Theme.Lepton. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.AuditLogging.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Commercial.SuiteTemplates. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.Identity.Pro.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LanguageManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.LeptonTheme.Management.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Abp.TextTemplateManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.FileManagement.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.EntityFrameworkCore. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Application. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.HttpApi. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org NU1101: Unable to find package Volo.Saas.Host.Web. No packages exist with this id in source(s): ABP Commercial NuGet Source, BlazoriseMyGet, C:\Program Files\dotnet\library-packs, nuget.org)

That worked. But after deployment post requests are not working. Throwing below error.

顯示 49 個紀錄的 31 到 40 個.
Made with ❤️ on ABP v8.2.0-preview Updated on 3月 25, 2024, 15:11