0
Rajasekhar created
- ABP Framework version: v7.1.1
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC): yes
- Exception message and stack trace: Cannot read properties of undefined (reading 'identitySecurityLog') at HTMLDocument.<anonymous> (Index.js?_v=638197245356671577:8:50) at mightThrow (jquery.js?_v=638180034225920000:3802:29) at process (jquery.js?_v=638180034225920000:3870:12)
- Steps to reproduce the issue:"
I have reorganized the security logs page then I am getting below issue like.. Cannot read properties of undefined (reading 'identitySecurityLog')
console.log(volo.abp)
var _identitySecurityLog = volo.abp.identity.identitySecurityLog;
Here am getting account module only. how can i get identity module too?
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
8 Answer(s)
-
0
I have upgraded the project 3.0.* to 7.1.1 then its coming above error
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
ok
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Actually All code working properly after updation I am getting issues with security and auditlogs only
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Thanks for quick response. now its working for me
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
