Open Closed

abp suite exception with 5.2.0-rc.1 when creating a new solution #2728


User avatar
1
tapio.muikku@leanware.fi created
  • ABP Framework version: 5.2.0-rc.1 (Prerelease)
  • UI type: Angular, single layer
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • [2/4] Fetching packages... [3/4] Linking dependencies... warning "@volo/abp.aspnetcore.mvc.ui.theme.lepton > @volo/abp.aspnetcore.mvc.ui.theme.commercial > @abp/aspnetcore.mvc.ui.theme.shared > @abp/bootstrap > bootstrap@5.1.3" has unmet peer dependency "@popperjs/core@^2.10.2". [4/4] Building fresh packages... success Saved lockfile. Done in 47.00s. [10:11:22 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "An internal error occurred during your request!", "details": null, "data": {}, "validationErrors": null }

[10:11:22 ERR] Error getting value from 'DefaultNamespace' on 'Volo.Abp.Suite.Models.Solution'. Newtonsoft.Json.JsonSerializationException: Error getting value from 'DefaultNamespace' on 'Volo.Abp.Suite.Models.Solution'. ---> System.ArgumentNullException: Value cannot be null. (Parameter 'path') at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) at System.IO.Directory.GetFiles(String path, String searchPattern, EnumerationOptions enumerationOptions) at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) at Volo.Abp.Suite.Models.Solution.get_DefaultNamespace() at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target) --- End of inner exception stack trace --- at Newtonsoft.Json.Serialization.ExpressionValueProvider.GetValue(Object target) at Newtonsoft.Json.Serialization.JsonSerializerInternalWriter.CalculatePropertyValues(JsonWriter writer, Object value, JsonContainerContract contract, JsonProperty member, JsonProperty property, JsonContract& memberContract, Object& memberValue)

  • Steps to reproduce the issue:" See the attached picture for project setup on abp.suite.
  • Note that I can create the project from the command line successfully. But I cannot attach it in the suite, it is giving the same error. *Example cli command used: abp new Heko -u angular --mobile none -dbms PostgreSQL -t app-nolayers-pro --preview


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

    thank you, we're checking the issue.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi @tapio.muikku,

    Suite doesn't support app-nolayers-pro template for now, we will work on that.

    I'm refunding your question credit.

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