Activities of "tulsalor"

The ABP NEW CLI tool fails to execute commands when the %USERPROFILE% contains a space. For example, if the user profile is located in a path like "C:\Users\Name Surname", the CLI command fails with an error because the path is not properly wrapped in quotes. However, it works correctly for paths without spaces (e.g., "C:\Users\Name").

  • ABP Framework version: latest
  • Exception message and full stack trace:
    > abp bundle
[04:28:58 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
[04:28:59 ERR] 'C:\Users\Name ' is not recognized as an internal or external command,
[04:28:59 ERR] operable program or batch file.
  • Steps to reproduce the issue:
    1. Create a user profile on a Windows machine where the username contains a space (e.g., Name Surname).
    2. Install the ABP CLI.
    3. Run abp bundle command from anywhere.
    4. Observe the command failure due to improper handling of the path with spaces.

Expected Behavior: The ABP CLI should wrap the path in quotes and handle paths containing spaces correctly, allowing the command to succeed.

Actual Behavior: The command fails when the path contains spaces because the ABP CLI does not wrap the user path in quotes. This results in the tool interpreting the path as multiple arguments instead of a single valid file path.

Hello Abp Team,

I am getting [Error] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.FileManagement.Domain-v8.3.1.0'.

I used the trial version before and the new license was renewed on same organization, API key was not changed. I am not sure if this could be the cause. I tried ... https://abp.io/qa/questions/4873/3a0a8a86-8ad9-c2a9-33b3-03eec129057e and https://abp.io/docs/latest/suite/how-to-uninstall. Re-installed Abp studio, suite, cli multiple times. Unable to install Suite via Studio or manual with both abp suite install and dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json.

  • Exception message and full stack trace:

abp suite [05:53:43 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 [05:53:45 INF] Installing ABP Suite latest version... Package volo.abp.suite is not a .NET tool. [05:53:48 INF] You can also run the following command to install ABP Suite. [05:53:48 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

  • Template: app
  • Created ABP Studio Version: 0.9.1
  • Tiered: Yes
  • UI Framework: blazor-webapp
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Separate Tenant Schema: Yes
  • Mobile Framework: maui
  • Public Website: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • SaaS
    • Chat
    • OpenIddictAdmin

I see MVC has Application, Account, and Empty Layouts. Do we have those for blazor? I need empty layout or create a layout page. e.g blank landing page without menu n toolbar.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.0-RC3
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 3 of 3 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35