Activities of "shobhit"

Answer

Thanks liangshiwei. This resolved my problem. Appriciate the efforts.

Answer

Thanks. Run the command as specified and then run the generaty-proxy command. Still same error.

PS C:\myFolder> npm install --location=global @abp/ng.schematics npm WARN config global --global, --local are deprecated. Use --location=global instead. npm WARN deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs

added 306 packages, and audited 307 packages in 19s

48 packages are looking for funding run npm fund for details

found 0 vulnerabilities PS C:\myFolder> abp generate-proxy [16:20:15 INF] ABP CLI (https://abp.io) [16:20:16 INF] Version 4.3.3 (Stable) [16:20:18 WRN] ABP CLI has a newer stable version 8.0.5, please update to get the latest features and fixes. [16:20:18 WRN] [16:20:18 WRN] Update Command: [16:20:18 WRN] dotnet tool update -g Volo.Abp.Cli [16:20:18 WRN] [16:20:18 WRN] Couldn't determinate version of "@abp/ng.schematics" package. npm WARN config global --global, --local are deprecated. Use --location=global instead. Cannot read properties of null (reading 'children')

Answer

Now tried using your syntex but i got this message and just to update since last 3 years i am using following syntex "abp generate-proxy"

[13:03:40 INF] ABP CLI (https://abp.io) [13:03:41 INF] Version 4.3.3 (Stable) [13:03:43 WRN] ABP CLI has a newer stable version 8.0.5, please update to get the latest features and fixes. [13:03:43 WRN] [13:03:43 WRN] Update Command: [13:03:43 WRN] dotnet tool update -g Volo.Abp.Cli [13:03:43 WRN] [13:03:43 WRN] Couldn't determinate version of "@abp/ng.schematics" package. npm WARN config global --global, --local are deprecated. Use --location=global instead. [Project Not Found] Either define a default project in your workspace or specify the project name in schematics options.

Question
  • ABP Framework version: v4.3.3
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • [10:28:11 INF] ABP CLI (https://abp.io) [10:28:12 INF] Version 4.3.3 (Stable) [10:28:14 WRN] ABP CLI has a newer stable version 8.0.5, please update to get the latest features and fixes. [10:28:14 WRN] [10:28:14 WRN] Update Command: [10:28:14 WRN] dotnet tool update -g Volo.Abp.Cli [10:28:14 WRN] [10:28:14 WRN] Couldn't determinate version of "@abp/ng.schematics" package. npm WARN config global --global, --local are deprecated. Use --location=global instead. Cannot read properties of null (reading 'children')
  • Steps to reproduce the issue: Getting above error when trying to generate proxy for angular app.

how we can customize the abp modal? can you share sample as i am not sure how to drive code out of video

Question
  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team, We have to implement custom logic in the ABP form where on the close of the pop-up form (top right corner X button) we should ask user if user has to save the data (yes/no). if yes then call the custom logic, if no then exit. we are using <abp-model> for showing the pop-up window.

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team, I have 2 tenants and have physically seperate db for each tenant. sometime my application is very slow for the tenatnt where GET api request is taking more than 1 min. My question is:

1- what all points i can check for better perofrmance 2- I am expecting table lock so how i can enable (nolock) scenarios with EF

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Hi Team, As per my understanding ABP bydefault support Azure Container for blob storage. My question is, if it is possible to have S3 bucket support for a particular tenant while host and other tenants can keep using Azure container? If yes, how i can achieve it. Please share sample.

  • ABP Framework version: v4.2.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:[16:51:02 ERR] ABP-LIC-0013 - License exception: ABP-LIC-0023: An error occured while calling the license server! The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters
  • Steps to reproduce the issue:

Hi @anjali, Thanks. I have followed the instruction but got stuck at step-2.

https://github.com/abpframework/abp/blob/c81732c1cf91c49cfc1d0fcc58b6746d9ded69f5/docs/en/Community-Articles/2022-07-19-How-To-Add-Custom-Property-To-The-User-Entity/How-To-Add-Custom-Property-To-The-User-Entity.md#step-2

i am getting error, i am not sure what reference i am missing. Error part highlighted in yellow.

Showing 1 to 10 of 349 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11