Open Closed

can not open abp suite #6886


User avatar
0
nabass created

hi sir can you explain ? i can not open and use suite how abp suite is already installed and terminal show me that it isn't installed i tried to remove abp using (abp suite remove) then reinstall it and this is what i get

  • ABP Framework version: v8

13 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try the following commands and share the output, thanks.

    dotnet tool list -g
    
    dotnet tool uninstall volo.abp.suite -g
    
    dotnet tool install volo.abp.suite -g --add-source https://nuget.abp.io/your-private-key/v3/index.json
    
  • User Avatar
    0
    nabass created

    From where can i get my private key ?? And i want to use cli v 8.0.2 not latest version Abp suite was working and suddenly stopped And also it's working with my friend but not working with me 🤷🏻‍♂️

  • User Avatar
    0
    Anjali_Musmade created
    Support Team Support Team Member

    Hello,

    could you please try this way -

    dotnet tool uninstall -g volo.abp.cli dotnet tool uninstall -g volo.abp.Suite Delete folder after running uninstall command (C:\Users\MyName.abp) dotnet tool install -g volo.abp.cli --version 8.0.2 after this sign in with abp login username -p password abp suite install --v 8.0.2

    thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    From where can i get my private key ??

    https://commercial.abp.io/my-organizations/

  • User Avatar
    0
    nabass created

    hi sir here is my error log

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    dotnet tool install-g volo.abp.cli --version 8.0.2 --add-source https://api.nuget.org/v3/index.json
    

    Please check your NuGet.Config file.

    https://learn.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior#config-file-locations-and-uses

  • User Avatar
    0
    nabass created

    here is Nuget.Config is there a line should i add to solve error ??

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Is --add-source https://api.nuget.org/v3/index.json works?

  • User Avatar
    0
    nabass created

    hi your last command gives me this

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please try this

    dotnet tool install -g volo.abp.cli --version 8.0.2 --add-source https://api.nuget.org/v3/index.json

  • User Avatar
    0
    nabass created

    hi sir same error, i don't know what is this or what can i do to solve this is the first time to happen

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to remove the packageSourceMapping section from Nuget.Config file.

    https://learn.microsoft.com/en-us/nuget/consume-packages/package-source-mapping

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    : )

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