Open Closed

An internal error occurred during your request! CRUD Page Generator #142


User avatar
0
arifharsono created

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

http://localhost:3000/api/abpSuite/solutions/1e94beae-8a3e-44d8-8d8f-0b9913fd5a11/is-built

{"error":{"code":null,"message":"An internal error occurred during your request!","details":null,"validationErrors":null}}

abp Suite v2.6.2.0 © 2020 Copyright by Volosoft

On CMD

[14:05:27 INF] ABP CLI (https://abp.io) [14:05:27 INF] Version 2.6.2 (Stable channel) Starting Suite v2.6.2.0 ... Opening http://localhost:3000 Press Ctrl+C to shut down. [14:07:00 ERR] ---------- RemoteServiceErrorInfo ---------- [14:07:00 ERR] { "code": null, "message": "An internal error occurred during your request!", "details": null, "validationErrors": null } [14:07:00 ERR] Value cannot be null. (Parameter 'path1') System.ArgumentNullException: Value cannot be null. (Parameter 'path1') at System.IO.Path.Combine(String path1, String path2) 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_method(Closure , Object ) at Microsoft.Extensions.Internal.ObjectMethodExecutorAwaitable.Awaiter.GetResult() at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(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.

////SOLVED


1 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    1- Are you using MVC or Angular? 2- Did you change your project directory? if yes, you need to remove the project from Suite and add again.

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