Open Closed

Error on File Management #5644


User avatar
0
icoretchi created
  • ABP Framework version: v7.3.2
  • UI Type: Blazor WASM
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): MicroservicesTemplate
  • Exception message and full stack trace:
  • Steps to reproduce the issue:
  • Add FileManagement Module to solution: abp add-module Volo.FileManagement
  • Update ocelot.json file with file-management endpoints

1 Answer(s)
  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hi,

    I was able to reproduce your issue

    implement the IFileManagementDbContext

    and also add options.ReplaceDbContext<IFileManagementDbContext>(); in AdministrationServiceEntityFrameworkCoreModule ``

    then it will work

    Thanks.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11