Open Closed

ABP SUITE COMMAND SHOWING ACCESS DENIED #5419


User avatar
0
shijo created
  • ABP Framework version: v7.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
    • abp suite command showing access denied after I updated the cli and suite to 7.3.0
  • Steps to reproduce the issue:" * uninstall current version cli and suite 7.0 * install the latest cli * update cli * run command any abp command * showing access denied * *

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

    hi

    Can you try to run the abp suite command in another folder?

  • User Avatar
    0
    shijo created

    hi

    Can you try to run the abp suite command in another folder?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you try to install other global tools? This seems to be a problem with the global tool. eg:

    > dotnet tool install -g dotnetsay
    > dotnetsay
    
  • User Avatar
    0
    shijo created

    hi

    Can you try to install other global tools?
    This seems to be a problem with the global tool. eg:

    > dotnet tool install -g dotnetsay 
    > dotnetsay 
    

    After installing this abp command is working but same access denied in abp suite command.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Try to uninstall and install the suite again.

      abp suite remove
      abp suite install
    
    
  • User Avatar
    0
    shijo created

    hi

    Try to uninstall and install the suite again.

      abp suite remove 
      abp suite install 
     
    

    No Luck

  • User Avatar
    0
    alper created
    Support Team Director

    It looks like a specific issue for your computer:

    try making a clean install: https://docs.abp.io/en/commercial/latest/abp-suite/how-to-uninstall#how-to-do-a-clean-uninstallation-of-abp-suite

  • User Avatar
    0
    shijo created

    Working now. Removed all existing cli and suite folders and reinstalled the suite with apikey. Thanks for your quick support.

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