Thanks @maliming. This problem solved.
Now "abp login mhd_hmz" is not able to login. Error message indicate that abp commercial license is not available but till now we have only 2 dev license. One i am using and this is 2nd license for my another team member.
Please help.
Hi Team, I am getting below error in my new machine. Not sure what i am missing. I have followed the setup instruction from: https://docs.abp.io/en/commercial/latest/getting-started?UI=NG&DB=EF&Tiered=Yes
C:\Users\MYName>dotnet tool install -g Volo.Abp.Cli
error NU1101: Unable to find package volo.abp.cli. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages The tool package could not be restored. Tool 'volo.abp.cli' failed to install. This failure may have been caused by:
For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool
Thanks a lot @Mehmet. It's working.
{ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "downlevelIteration": true, "experimentalDecorators": true, "module": "esnext", "moduleResolution": "node", "importHelpers": true, "target": "es2015", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2018", "dom" ], "paths": { "@proxy": [ "src/app/proxy/index.ts" ], "@proxy/": [ "src/app/proxy/" ], "@volo/abp.ng.chat": [ "projects/chat/src/public-api.ts" ], "@volo/abp.ng.chat/config": [ "projects/chat/config/src/public-api.ts" ], "@volo/abp.ng.account": [ "projects/account/src/public-api.ts" ], "@volo/abp.ng.account/admin": [ "projects/account/admin/src/public-api.ts" ], "@volo/abp.ng.account/config": [ "projects/account/config/src/public-api.ts" ] } }, "angularCompilerOptions": { "fullTemplateTypeCheck": true, "strictInjectionParameters": true } }
tsconfig.prod.json file is not available
Thanks @alpher.
Regarding Point 1. I will take care. Regarding Point 2. It has suddently started 2 days before i raised this ticket. Earlier i thought developer has done some mistake. I am not getting this issue if i go to "angular\node_modules@volo" and remove "abp.ng.account" folder. It is temp solution as i was not able to run the angular web app so i found this alternate till i don't get permanent fix. Any i have upgraded my framework and project into 4.2.2. Please help.
Error: Failed to compile entry-point @volo/abp.ng.account/config (es2015 as esm2015) due to compilation errors: projects/account/admin/src/account-settings.module.ts:28:14 - error NG6002: Appears in the NgModule.imports of AccountConfigModule, but could not be resolved to an NgModule class.
Is it missing an @NgModule annotation?
28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~ projects/account/admin/src/account-settings.module.ts:28:14 - error NG6003: Appears in the NgModule.exports of AccountConfigModule, but could not be resolved to an NgModule, Component, Directive, or Pipe class.
Is it missing an Angular annotation?
28 export class AccountSettingsModule {} ~~~~~~~~~~~~~~~~~~~~~
NOTE: i started getting this issue from yesterday and we have commerical license of ABP.
unfortunately your ticket site don't allow to copy the the complete error log. Please confirm how i can share the log file.
Regarding new template, yes all is working good but unfortunately in my project i have to add features and so logs table will be of high size. yes you are correct it is db performance issue. Can you help me how i can resolve it or to give this help what all input you need from my side.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.