BEST
DEALS
OF THE
YEAR!
SAVE UP TO $3,000
24 NOV
1 DEC
00 Days
00 Hrs
00 Min
00 Sec

Activities of "khalid"

Could you guide me on where to find the source code (HTML and TS files) for the LeptonX dashboard and widgets?

hi I share with you three files: Auth_logs20250312.txt ---> authServer logs backend01_logs20250312.txt --> backend logs in server 1 backend02_logs20250312.txt --> backend logs in server 2

the time for this issue when it happened on 08:24:07 am

  • ABP Framework version: v9.0.0
  • UI Type: Angular
  • Database System: EF Core (SQL Server, Oracle)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: the data you have submitted has already been changed by another user. Discard your changes and try again
  • Steps to reproduce the issue:
    1. Open the login page.
    2. Enter a valid username and password.
    3. Click "Login."
    4. An error message appears (screenshot attached).
    5. Retry logging in a couple of times.
    6. Eventually, the login is successful.

After upgrading our ABP Framework to version 9, users are experiencing intermittent login failures. When entering a valid username and password, an error appears. However, after trying a couple of times, users are eventually able to log in successfully. This issue affects all users consistently.

yes I removed the the lock file

1- I run 'abp update' in the top root directory of my application and then start update all package related to abp from 7.2.1 to 7.4 2 -backend side add migration and update databse 3- run backend and frontend in my local machine and its work fine 4- deploy backend into server and both authServer and swagger works fine 5- deploy angular by run 'yarn build:prod' and moves dist file into server 6- browse angule url and give me the same error

actullay I tried to create new project based in version 7.4 and its work fine in local machine but after deployedit give same error!!! this package.json

{
  "name": "Pms",
  "version": "0.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": "~7.4.0",
    "@abp/ng.core": "~7.4.0",
    "@abp/ng.oauth": "~7.4.0",
    "@abp/ng.setting-management": "~7.4.0",
    "@abp/ng.theme.shared": "~7.4.0",
    "@volo/abp.commercial.ng.ui": "~7.4.0",
    "@volo/abp.ng.account": "~7.4.0",
    "@volo/abp.ng.audit-logging": "~7.4.0",
    "@volo/abp.ng.gdpr": "~7.4.0",
    "@volo/abp.ng.identity": "~7.4.0",
    "@volo/abp.ng.openiddictpro": "~7.4.0",
    "@volo/abp.ng.language-management": "~7.4.0",
    "@volo/abp.ng.saas": "~7.4.0",
    "@volo/abp.ng.text-template-management": "~7.4.0",
    "@volosoft/abp.ng.theme.lepton-x": "~2.4.0-rc.4",
    "@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-dynamic": "~16.0.0",
    "@angular/platform-browser": "~16.0.0",
    "@angular/router": "~16.0.0",
    "rxjs": "7.5.6",
    "tslib": "^2.1.0",
    "zone.js": "~0.13.0"
  },
  "devDependencies": {
    "@abp/ng.schematics": "~7.4.0",
    "@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"
  }
}

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, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v7.4
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace:
  • Steps to reproduce the issue: hi all I update my project frontend and backend to v7.4 and and both are working fine in my local machine

but after deployment I got an error in angular application the page still loading and I got this error in console cannot set properties of undefined (setting 'efac')

Hi maliming

I figure out the reasons for this issues, its looks same in #4159 related to getEnvConfig API request

so I remove the configuration from environment.prod.ts becuase I didn't use it for now

remoteEnv: {
  url: '/getEnvConfig',
  mergeStrategy: 'deepmerge',
  },

. . now it works like a charm.

hi maliming I'm working in internal network (offline )

Ok , Email sent

I sent api and auth logs file

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v7
  • UI type: Angular
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / Identity Server Separated (Angular)
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Could You please help me in this case I got error after deploying angular app to the server "Error Detail not sent by server. " I tried to figure out the error by looking to logs file of backed but I couldn't know where the error
in my local machine its work perfectly without any error

I attached screenshot of angular ui and log file

backend logs file

I got it thanks liangshiwei

Showing 1 to 10 of 16 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on November 20, 2025, 09:12
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.