[maliming] said: hi
I am unable to run the app that i shared, what are the steps that you followed to run the app.
I use the
run-tye.ps1command to run the backend, andyarn startfor Angular.Our project was previously on version 7.2.2, and we migrated it to 8.2.1. Could this migration be causing the issue?
Maybe. Can you share your project?
We are currently using MSG91 as our service provider for email and SMS. If we want to implement OTP-based MFA, what changes do we need to apply?
Only enabling 2FA is enough.
Thanks.
In order to reproduce the issue first i have created a project using ABP version 7.2.2, and while running the Angular application, I encountered the issue shown below. I am attaching the relevant Angular file link for your review.
https://we.tl/t-X3tTwN7kx2
Thanks
[sumeyye.kurtulus] said: "@angular/":["node_modules/@angular/"], "@abp/":["node_modules/@abp/"], "@volo/":["node_modules/@volo/"], "@volosoft/":["node_modules/@volosoft/"], "@swimlane/": ["node_modules/@swimlane/"], "@ngx-validate/core":["node_modules/@ngx-validate/core"], "@ng-bootstrap/ng-bootstrap": ["node_modules/@ng-bootstrap/ng-bootstrap"],
The issue fixed. Thanks!
[maliming] said: hi
You can upload your project to https://wetransfer.com/ And send the download link to sumeyye.kurtulus@volosoft.com
Thanks.
Hi
I’ve uploaded the project, and here is the link. https://we.tl/t-Bi6l9MiFVu
[sumeyye.kurtulus] said: Thank you for providing extra details. I have checked your versions and I did not see anything problematic except this version
"@volosoft/abp.ng.theme.lepton-x": "~4.0." --> should be "~4.0.0"If this does not solve your problem, you can send a minimal reproducible example through this e-mail address: sumeyye.kurtulus@volosoft.com.
Thank you for your cooperation.
Hi
I tried to send you the minimal reproducible example project, but I encountered the following issue:
mx.google.com rejected your message to the following email addresses: sumeyye.kurtulus@volosoft.com Your message wasn't delivered because the recipient's email provider rejected it.
Thanks
[sumeyye.kurtulus] said: Hello,
Could you please provide version details in your
package.json? May also know whether you have migrated to the new builder system for Angular app?
No I have not done that i will check it once and below are package in my package.json file
"dependencies": { "@abp/ng.components": "~9.0.0", "@abp/ng.core": "~9.0.0", "@abp/ng.oauth": "~9.0.0", "@abp/ng.setting-management": "~9.0.0", "@abp/ng.theme.shared": "~9.0.0", "@abp/signalr": "~9.0.0", "@angular/animations": "~18.2.14", "@angular/common": "~18.2.14", "@angular/compiler": "~18.2.14", "@angular/core": "~18.2.14", "@angular/forms": "~18.2.14", "@angular/localize": "~18.2.14", "@angular/platform-browser": "~18.2.14", "@angular/platform-browser-dynamic": "~18.2.14", "@angular/router": "~18.2.14", "@fullcalendar/angular": "^6.1.17", "@fullcalendar/daygrid": "^6.1.17", "@fullcalendar/interaction": "^6.1.17", "@fullcalendar/timegrid": "^6.1.17", "@kolkov/angular-editor": "3.0.0-beta.2", "@microsoft/signalr": "^7.0.7", "@microsoft/signalr-protocol-msgpack": "^7.0.5", "@ng-select/ng-select": "^12.0.7", "@volo/abp.commercial.ng.ui": "~9.0.0", "@volo/abp.ng.account": "~9.0.0", "@volo/abp.ng.audit-logging": "~9.0.0", "@volo/abp.ng.chat": "~9.0.0", "@volo/abp.ng.file-management": "~9.0.0", "@volo/abp.ng.gdpr": "~9.0.0", "@volo/abp.ng.identity": "~9.0.0", "@volo/abp.ng.language-management": "~9.0.0", "@volo/abp.ng.openiddictpro": "~9.0.0", "@volo/abp.ng.saas": "~9.0.0", "@volo/abp.ng.text-template-management": "~9.0.0", "@volosoft/abp.ng.theme.lepton-x": "~4.0.", "@zoom/meetingsdk": "^3.11.0", "crypto-js": "^4.2.0", "date-fns": "^4.1.0", "html2canvas": "^1.4.1", "html2pdf.js": "^0.11.1", "jspdf": "^3.0.2", "jspdf-autotable": "^5.0.2", "ng-multiselect-dropdown": "^1.0.0", "ng-recaptcha": "^12.0.2", "ng2-pdf-viewer": "^10.4.0", "ngx-captcha": "^13.0.0", "rxjs": "7.8.0", "tslib": "^2.0.0", "typescript": "^5.3.0", "zone.js": "^0.14.0" },
Thanks