Open Closed

ABP Studio and ABP CLI 9.0.1 issues #8448


User avatar
0
Navneet@aol.com.au created
  • ABP Framework version: v9.0.1
  • UI Type: Angular / MVC / Blazor WASM / Blazor Server
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) / MongoDB
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hello ABP team,

I am getting an error while downloading the source of IdentityServer with CLI abp get-source Volo.Abp.IdentityServer.Pro --version 8.2.3 -- error is Module is not available. I reported this error earlier, can you please look into this?

ABP studio is keep giving errors: 23:08:32.323 Information Trying to connect to ABP Studio Backend: "http://localhost:38271" 23:08:32.324 Warning Could not connect to ABP Studio Backend! Detail: "Failed to connect to StreamingHub 'IStudioBackendHub'. (Status(StatusCode="Unavailable", Detail="Error connecting to subchannel.", DebugException="System.Net.Sockets.SocketException: Connection refused"))"

Thanks, Navneet


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

    hi

    volo.abp.studio.cli 0.9.15 works for me.

    > dotnet tool list -g
    Package Id                       Version      Commands 
    -------------------------------------------------------
    volo.abp.studio.cli              0.9.15       abp      
    
    
    > abp get-source Volo.Abp.IdentityServer --version 8.2.3
    [12:56:44 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    [12:56:44 INF] Downloading source code of Volo.Abp.IdentityServer (v8.2.3)
    [12:56:44 INF] Output folder: /Users/maliming/Downloads/123
    [12:56:44 INF] 'Volo.Abp.IdentityServer' has been successfully downloaded to '123'
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ABP studio is keep giving errors:

    Can you try to upgrade to the latest studio and reopen again?

    Thanks.

  • User Avatar
    0
    Navneet@aol.com.au created

    Hi,

    I have the same Studio CLI and on MAC M2, it's not working. But I found a support ticket which helped me to run as administrator "sudo open /Applications/ABP\ Studio.app"

    I am after IdentityServer.Pro?

    I am also trying to use CLI to create the application but the provided options are not working like --database-management-system PostgreSQL --skip-migrations --skip-migrator --dont-run-install-libs --dont-run-bundling please see below

    abp new OzApp -u mvc -t app --connection-string Host=localhost;Port=5432;Database=OzApp;User ID=root;Password=1q2w3E* -m none --separate-auth-server --separate-tenant-schema --database-provider ef --database-management-system PostgreSQL -csf --skip-migrations --skip-migrator --dont-run-install-libs --dont-run-bundling
    
    [18:10:37 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    [18:10:38 INF] Creating your solution...
    [18:10:38 INF] Using template: app
    [18:10:38 INF] Solution name: OzApp
    [18:10:38 INF] Output folder: .../Oz-9.0.0
    [18:10:38 INF] Database provider: ef
    [18:10:38 INF] UI framework: mvc
    [18:10:38 INF] Theme: leptonx
    [18:10:38 INF] Theme style: system
    [18:10:38 INF] Mobile framework: none
    [18:10:38 INF] Test Projects: Yes
    [18:10:38 INF] Social Logins: Yes
    [18:10:38 INF] Tiered: No
    [18:10:38 INF] Public website: No
    [18:10:38 INF] Run install-libs command: Yes
    [18:10:38 INF] Multi Tenancy: Yes
    [18:10:38 INF] Sample Crud Page: No
    [18:10:38 INF] Kubernetes configuration: Yes
    [18:10:38 INF] Separated tenant schema: No
    [18:10:38 INF] Database management system: sqlserver
    [18:10:38 INF] Create initial migrations: Yes
    [18:10:38 INF] Run database migrator: Yes
    [18:10:38 INF] Connection string: Host=localhost
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Add '(single quote) start and end of connection strings.

    abp new OzApp -u mvc  --connection-string 'Host=localhost;Port=5432;Database=OzApp;User ID=root;Password=1q2w3E*' -m none --separate-auth-server --separate-tenant-schema --database-provider ef --database-management-system PostgreSQL -csf --skip-migrations --skip-migrator --dont-run-install-libs --dont-run-bundling
    [16:57:46 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
                              
    [16:57:54 INF] Creating your solution...
    [16:57:54 INF] Using template: app
    [16:57:54 INF] Solution name: OzApp
    [16:57:54 INF] Output folder: /Users/maliming/Downloads/untitled folder/OzApp
    [16:57:54 INF] Database provider: ef
    [16:57:54 INF] UI framework: mvc
    [16:57:54 INF] Theme: leptonx
    [16:57:54 INF] Theme style: system
    [16:57:54 INF] Mobile framework: none
    [16:57:54 INF] Test Projects: Yes
    [16:57:54 INF] Social Logins: Yes
    [16:57:54 INF] Tiered: Yes
    [16:57:54 INF] Public website: No
    [16:57:54 INF] Run install-libs command: No
    [16:57:54 INF] Multi Tenancy: Yes
    [16:57:54 INF] Sample Crud Page: No
    [16:57:54 INF] Kubernetes configuration: Yes
    [16:57:54 INF] Separated tenant schema: Yes
    [16:57:54 INF] Database management system: postgresql
    [16:57:54 INF] Create initial migrations: No
    [16:57:54 INF] Run database migrator: No
    [16:57:54 INF] Connection string: Host=localhost;Port=5432;Database=OzApp;User ID=root;Password=1q2w3E*
    
  • User Avatar
    0
    Navneet@aol.com.au created

    hi

    Add '(single quote) start and end of connection strings.

    abp new OzApp -u mvc  --connection-string 'Host=localhost;Port=5432;Database=OzApp;User ID=root;Password=1q2w3E*' -m none --separate-auth-server --separate-tenant-schema --database-provider ef --database-management-system PostgreSQL -csf --skip-migrations --skip-migrator --dont-run-install-libs --dont-run-bundling 
    

    '(single quote) start and end of connection strings worked for me.

    Also, I am after IdentityServer.Pro not IdentityServer

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please send an email to liming.ma@volosoft.com

    I will share the IdentityServer.Pro v8.2.3 module source code with you.

    Thanks.

  • User Avatar
    0
    Navneet@aol.com.au created

    hi

    Please send an email to liming.ma@volosoft.com

    I will share the IdentityServer.Pro v8.2.3 module source code with you.

    Thanks.

    Could you please send it to my email address navneet@aol.com.au

    IdentityServer.Pro v8.2.3 IdentityServer.Pro v8.3.4 IdentityServer.Pro v9.0.1

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok. Please share a screenshot of your organization page with liming.ma@volosoft.com

    https://abp.io/my-organizations

    Thanks

  • User Avatar
    0
    Navneet@aol.com.au created

    Hi Maliming,

    Just sent you the screenshot.

    Cheers, Navneet

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I have sent the source code. : )

Made with ❤️ on ABP v9.1.0-preview. Updated on December 13, 2024, 06:09