Activities of "Anjali_Musmade"

Hi

you have to put your scopes not the Bookstore.

Hello scottie.tang@cpy.com.hk,

please check https://docs.abp.io/en/abp/latest/Upgrading and https://docs.abp.io/en/abp/latest/Migration-Guides/Index

Thanks, Anjali

Hello I am able to run project with this dependencies & devDependencies in package.json file please trye to replace this and delete yarn.lock then run yarn & yes if you want @abp/* version to 7.3.2 you can find and replace all 7.3.3 to 7.3.2 I tested that too at my end working fine.

"dependencies": {
    "@abp/signalr": "~7.3.3",
    "@microsoft/signalr": "^7.0.7",
    "@volo/abp.ng.chat": "~7.3.3",
    "@volo/abp.ng.file-management": "~7.3.3",
    "ng-recaptcha": "^12.0.2",
    "ngx-captcha": "^13.0.0",
    "@abp/ng.components": "~7.3.3",
    "@abp/ng.core": "~7.3.3",
    "@abp/ng.oauth": "~7.3.3",
    "@abp/ng.setting-management": "~7.3.3",
    "@abp/ng.theme.shared": "~7.3.3",
    "@angular/animations": "~16.0.0",
    "@angular/common": "~16.0.0",
    "@angular/compiler": "~16.0.0",
    "@angular/core": "~16.0.0",
    "@angular/forms": "~16.0.0",
    "@angular/localize": "~16.0.0",
    "@angular/platform-browser": "~16.0.0",
    "@angular/platform-browser-dynamic": "~16.0.0",
    "@angular/router": "~16.0.0",
    "@volo/abp.commercial.ng.ui": "~7.3.3",
    "@volo/abp.ng.account": "~7.3.3",
    "@volo/abp.ng.audit-logging": "~7.3.3",
    "@volo/abp.ng.gdpr": "~7.3.3",
    "@volo/abp.ng.identity": "~7.3.3",
    "@volo/abp.ng.language-management": "~7.3.3",
    "@volo/abp.ng.openiddictpro": "~7.3.3",
    "@volo/abp.ng.saas": "~7.3.3",
    "@volo/abp.ng.text-template-management": "~7.3.3",
    "@volosoft/abp.ng.theme.lepton-x": "~2.3.0",
    "rxjs": "7.5.6",
    "tslib": "^2.1.0",
    "zone.js": "~0.13.0"
  },
  "devDependencies": {
    "@abp/ng.schematics": "~7.3.3",
    "@angular-devkit/build-angular": "~16.0.0",
    "@angular-eslint/builder": "~16.0.0",
    "@angular-eslint/eslint-plugin": "~16.0.0",
    "@angular-eslint/eslint-plugin-template": "~16.0.0",
    "@angular-eslint/schematics": "~16.0.0",
    "@angular-eslint/template-parser": "~16.0.0",
    "@angular/cli": "~16.0.0",
    "@angular/compiler-cli": "~16.0.0",
    "@angular/language-service": "~16.0.0",
    "@types/jasmine": "~3.6.0",
    "@types/node": "^12.11.1",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "eslint": "^8.23.0",
    "jasmine-core": "~4.0.0",
    "karma": "~6.3.0",
    "karma-chrome-launcher": "~3.1.0",
    "karma-coverage": "~2.1.0",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.7.0",
    "ng-packagr": "^16.0.1",
    "typescript": "~5.0.4"
  }

Can you give me the process at the beginning because i couldn't solve the problem. What should I delete and what should I create?

I deleted yarn.lock file did yarn after adding devDependencies After that I added gulpfile and bundles.json in root folder ( where we have package.json file) bundles.json

{
  "styles": [
  ],
  "scripts": []
}

Hi

have you assigned scopes to the client created in the OpenIddictDataSeedContributor class?

i have have update the previous answer https://support.abp.io/QA/Questions/5943#answer-3a0e2ff0-2171-cf2a-60f2-c4164551b1cf please go through it again

After we publish please try and run

abp clean & dotnet restore or build or run

then it will work.

best,

After we publish please try and run

abp clean & dotnet restore or build or run

then it will work.

best,

Hello icoretchi ,

This issue will be fixed in next release.

Your ticket will be refunded.

Thank you for reporting the issue.

Regards, Anjali

Hello okains,

This issue will be fixed in next release.

Your ticket will be refunded.

Thank you for reporting the issue.

Regards, Anjali

I didn't get this error, how can I reproduce this? can you please try this once

npm cache clean --force
npm install --global gulp-cli

Please refer this link as well https://github.com/oclif/oclif/issues/132

Showing 691 to 700 of 1087 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 05:12