Open Closed

Suite: error 500 on startup #7045


User avatar
0
Fabio.Zinesi created
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/

Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

I get this error when i run abp suite:

C:\ABP8.1>abp suite ABP CLI 8.1.0 Starting Suite v8.1.0 ... [18:48:45 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.AbpSuiteWebModule.fVCZM645km(ApplicationInitializationContext ) Opening http://localhost:3000 Press Ctrl+C to shut down. [18:48:46 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[18:48:46 ERR] Object reference not set to an instance of an object. System.NullReferenceException: Object reference not set to an instance of an object. at Volo.Abp.Suite.Services.PersistanceService.GetSolutionsAsync() at Volo.Abp.Suite.Controllers.AbpSuiteController.GetSolutionsAsync() at lambda_method1651(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.

How can i solve it?

I think that ABP suite cannot find one or some old project. Where it store the latest project list?


4 Answer(s)
  • User Avatar
    0
    Fabio.Zinesi created

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    Please share the appsettings.json file under the %UserProfile%.abp\suite directory.

  • User Avatar
    0
    Fabio.Zinesi created

    File is empty

  • User Avatar
    0
    EngincanV created
    Support Team .NET Developer

    File is empty

    okay, then please make a clean installation by following https://support.abp.io/QA/Questions/414/ABP-Suite-install-problem-How-can-I-reinstall-clean-install#answer-9c56ff0e-0a46-ffd1-dd08-39f78e032607

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