Activities of "simix.markus"

Hello, After we updated to Abp 8.2 (and migrated to Blazor WebApp) any solution is getting the error Cannot find the directory. This error seems to be related only with Blazor WebApp. Any new solution shows the same error.

  • ABP Framework version: v8.2.1
  • UI Type: Blazor WebApp
  • Database System: EF Core (PostgreSQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): no
  • Exception message and full stack trace: Relevante log in .abp\suite\logs.txt 2024-08-12 15:23:03.145 -03:00 [INF] Executed endpoint 'Volo.Abp.Suite.Controllers.AbpSuiteController.IsSuiteOutDatedAsync (Volo.Abp.Suite)' 2024-08-12 15:23:03.145 -03:00 [INF] Request finished HTTP/1.1 GET http://localhost:3000/api/abpSuite/is-suite-outdated - 200 null application/json; charset=utf-8 24.8838ms 2024-08-12 15:23:03.236 -03:00 [WRN] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "Cannot find the directory ", "details": null, "data": {}, "validationErrors": null }

2024-08-12 15:23:03.236 -03:00 [WRN] Cannot find the directory Volo.Abp.UserFriendlyException: Cannot find the directory at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.hJD6zcs8Vu(String ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.rdx6U06fb7(Solution , String& ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.Sxd6kPKM08(Solution , String& ) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SuiteAssemblyService.AssemblyExists(Solution solution) at Volo.Abp.Suite.Areas.AbpSuite.CrudPageGenerator.Services.SolutionService.IsSolutionBuiltAsync(Guid solutionId) at Volo.Abp.Suite.Controllers.AbpSuiteController.IsSolutionBuiltAsync(Guid solutionId) at lambda_method1995(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.

  • Steps to reproduce the issue:
  1. Create a new Solution: Layered, Blazor WebApp, EF Postgre (Abp Suite or Abp Studio)
  2. Open Suite and try add a Entity

The error cloud be by missing Templates, because in solutions with previews versions the templates tab open correctly. We have last version of all tools (cli, sutie and studio). We also reinstall all of them.

Hi, we are implementing the LeptonX theme (MVC, 5.3.2) and have 3 issues:

  1. Login image: How to change the login backgroung image? We try create the file in same path /Themes/LeptonX/Global/assets/img/login-bg.jpg but didn't change. We find a example in Angular (authLayoutImg) but not a equivalent in MVC.

2) Full width by default: How do we set Full width? We didn't find any options in the LeptonXThemeOptions and LeptonXThemeMvcOptions.

3) Translation: How do we find the keys to translate "Filter Menu" and the Settings menu?

Thanks!

We follow the documentation to integrate Docs module. In sql it seems ok, but with mongo we get the error.

  • ABP Framework version: v5.1.4
  • UI type: MVC
  • DB provider: MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:

  • Steps to reproduce the issue:" Run the project in zip, login, and got to /Documents

Sample project:

Hello,

We have a complex query (join with composite key and filter) to do with LINQ using ABP 5 with MongoDB. After a lot of investigation and tests we figure out that the query that we need only works using LinqProvider.V3 with the Mongo Driver 2.14.0; https://mongodb.github.io/mongo-csharp-driver/2.14/reference/driver/crud/linq3/

So, there is near any plans to use the last mongo driver version and a way to configure the LinqProvider version? With is the recommended option? Wait for this, there is any formal solicitation? Try to create a PR? Any workaroud? Thanks

Showing 1 to 4 of 4 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13