Thanks liangshiwei. This resolved my problem. Appriciate the efforts.
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')
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.
how we can customize the abp modal? can you share sample as i am not sure how to drive code out of video
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.
Thanks @Maliming.
Your suggestion for recrods is workable. will do that. But if we have add drop down filter in the "Advance filter" section that will show only values that "admin1" belongs to a "section" like "organization unit". What could be easy solution.
Thanks liangshiwei. So what is the quick solution as it is big security risk for us.
Thanks @jfistelmann. Can you please share some expample to create new middle layer
Thanks @jfistelmann.
Is it possible that i keep some placeholder in connection string and replace that placeholder in code with the actual value? if yes, what exactly i have to do?
Thanks Alper. I am not sure if env. variable will work in containers and cloud PaaS services. Azure kye Vault is another best suitable approach for me. Can you help me how i can use it to store and get my connection string with ABP framework. Please share some sample.
Thanks again.