Open Closed

Cannot open an existing solution on ABP Suite v4.4.2 #4115


User avatar
0
SafaFINDIK created
  • ABP Framework version: v4.4.2
  • UI type: Angular & Dotnet Core 5.0
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:Failed to load resource: the server responded with a status of 403 (Forbidden)
  • Steps to reproduce the issue:"

Hello Abp Support, I installed ABP Suite version 4.4.2 on my computer. However, when I want to open an existing solution, I am getting the following error you may see its screenshot below. Some of my coworkers are also getting the same error. This significantly limits our works. I would appreciate your help. Thank you.

Kind regards,

Screenshot:


3 Answer(s)
  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi,

    Can you check if the project is added correctly and HttpApiHostProjectDirectory value of the project is not null in the following file?

    %USERPROFILE%\.abp\suite\appsettings.json

  • User Avatar
    0
    SafaFINDIK created

    Hi, I checked the value of HttpApiHostProjectDirectory you mentioned and It is not null. There is only one option if the project is loaded correctly. But I did its installation by cloning it via GitLab. Therefore, I do not think it is wrong. For what other reason could I be getting the error?

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    Hi again,

    For what other reason could I be getting the error

    It seems like Suite could not find the file that has code generation templates, which supposed to be in HttpApiHost project if UI is Angular. That is the problem.

    Can you send the following info to support@abp.io email?

    • this project's object in appsettings.json file i mentioned above.
    • Logs of this error.
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11