Activities of "ihsan.aycan"

I am getting an error(image of the error is provided) that i think is related to a jQuery version mismatch between the local and dev environments. When i am working on the project in local, everything is just fine and the project works i am able to log in succesfully and continue interacting with the project. However when i push the project to upstream and the project goes through our CI/CD pipeline and is released, i am not able to login using accounts that are valid and registered under the system. On the dev environment in the developer console i see this error "Uncaught TypeError: n.parseJSON is not a function" and i presume that this is a jQuery related error, because on the local environment, after starting the app and typing jQuery.fn.jquery to see the jQuery version the number that it returns is "3.7.1, but on the dev environment entering the command jQuery.fn.jquery returns 4.0.0. I do not get the same error on the local environment.

-I have pulled the version that has errors on the dev environment into local in a clean folder and i am still not able to replicate the error, i am able to login just fine -On "yarn.lock" files of both local and dev environments the jQuery version is 3.7.1

"@abp/jquery@~9.0.2": version "9.0.2" resolved "https://registry.yarnpkg.com/@abp/jquery/-/jquery-9.0.2.tgz#3d1d103757be6ce3594a3eda7dbb10f7229eb59f%22 integrity sha512-fNYv1DvpAwoCmzW2AVd4IuzjNMoEfjJ5mPp+dqPloAkFPelsgptnMnuguwI2ihDdyr1p/4/K/KfALRfpMJXmmA== dependencies: "@abp/core" "~9.0.2" jquery "~3.7.1"

Contents of my package.json file { "version": "1.0.0", "name": "my-app", "private": true, "dependencies": { "@abp/tui-editor": "^9.0.2", "@volo/abp.aspnetcore.mvc.ui.theme.leptonx": "~4.0.3", "@volo/account": "~9.0.2", "@volo/audit-logging": "~9.0.2", "@volo/identity": "~9.0.2", "@volo/language-management": "~9.0.2", "@volo/saas": "~9.0.2", "apexcharts": "^4.0.0", "flatpickr": "^4.6.13", "vue": "^3.4.31", "jquery-ui": "^1.14.1", "pivottable": "^2.23.0" } }

The result i get after typing "abp --version": 2.1.6

How can i fix this issue Best Regards

Showing 1 to 1 of 1 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.2.0-preview. Updated on February 05, 2026, 13:24
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.