Hello,
please check the similar issue https://support.abp.io/QA/Questions/6678/How-to-Login-Different-Tenant-in-Browser-Tab#answer-3a10bce7-4ad9-76fb-0f9e-bb02c2bea7c8
thanks
Hello,
I have checked at my end and its working fine, I am sharing my package.json
file please update it with your package.json
file. After that delete yarn.lock
file and run command yarn
and npm start
.
{ "name": "Cloud", "version": "1.0.0", "scripts": { "ng": "ng", "start": "ng serve --open", "build": "ng build", "build:prod": "ng build --configuration production", "watch": "ng build --watch --configuration development", "test": "ng test", "lint": "ng lint" }, "private": true, "dependencies": { "@abp/ng.components": "~8.1.1", "@abp/ng.core": "~8.1.1", "@abp/ng.oauth": "~8.1.1", "@abp/ng.setting-management": "~8.1.1", "@abp/ng.theme.shared": "~8.1.1", "@volo/abp.commercial.ng.ui": "~8.1.1", "@volo/abp.ng.account": "~8.1.1", "@volo/abp.ng.audit-logging": "~8.1.1", "@volo/abp.ng.gdpr": "~8.1.1", "@volo/abp.ng.identity": "~8.1.1", "@volo/abp.ng.openiddictpro": "~8.1.1", "@volo/abp.ng.language-management": "~8.1.1", "@volo/abp.ng.saas": "~8.1.1", "@volo/abp.ng.text-template-management": "~8.1.1", "@volosoft/abp.ng.theme.lepton-x": "~3.1.1", "@angular/animations": "~17.1.0", "@angular/common": "~17.1.0", "@angular/compiler": "~17.1.0", "@angular/core": "~17.1.0", "@angular/forms": "~17.1.0", "@angular/localize": "~17.1.0", "@angular/platform-browser-dynamic": "~17.1.0", "@angular/platform-browser": "~17.1.0", "@angular/router": "~17.1.0", "rxjs": "~7.8.0", "tslib": "^2.0.0", "zone.js": "~0.14.0" }, "devDependencies": { "@abp/ng.schematics": "~8.1.1", "@angular-devkit/build-angular": "~17.1.0", "@angular-eslint/builder": "~17.2.0", "@angular-eslint/eslint-plugin": "~17.2.0", "@angular-eslint/eslint-plugin-template": "~17.2.0", "@angular-eslint/schematics": "~17.2.0", "@angular-eslint/template-parser": "~17.2.0", "@angular/cli": "~17.1.0", "@angular/compiler-cli": "~17.1.0", "@angular/language-service": "~17.1.0", "@types/jasmine": "~3.6.0", "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "6.9.1", "@typescript-eslint/parser": "6.9.1", "eslint": "^8.0.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.0.0", "typescript": "~5.3.0" } }
Hello,
can you please create a new template application with v8.1.1 and try to run it. let me know whether it runs or show same error
thanks
Hello,
Try to delete node_modules
folder and yarn.lock
json file from Angular project.
Run command: yarn
and then try to run again
thanks
Hello,
please check https://community.abp.io/posts/how-to-setup-azure-active-directory-and-integrate-abp-angular-application-lyk87w5l
thanks
Hello,
please check prerequisite to setup abp,io https://docs.abp.io/en/commercial/latest/getting-started-setup-environment?UI=NG&DB=EF&Tiered=No Click on Redis , it will redirect to redis installation and then install it.
Thanks
Hello,
Yes please install it and run it before running the application.
Hello,
Have you installed redis
in your system?
thanks
Hi,
Yes its alright even in Single layer application also it is working fine.
Can you please check once with this Login.cshtml code
I think there is no need to add Login.cshtml.cs
code. Just add Login.cshtml
code
I hope this will work, its work at my end
thanks