ERROR Error: NG01203: No value accessor for form control name: 'password'. Find more at https://angular.io/errors/NG01203
at _throwMissingValueAccessorError (forms.mjs:3174:11)
at setUpControl (forms.mjs:2947:13)
at FormGroupDirective.addControl (forms.mjs:4794:9)
at FormControlName._setUpControl (forms.mjs:5382:43)
at FormControlName.ngOnChanges (forms.mjs:5327:18)
at FormControlName.rememberChangeHistoryAndInvokeOnChangesHook (core.mjs:2510:14)
at callHookInternal (core.mjs:3544:14)
at callHook (core.mjs:3575:9)
at callHooks (core.mjs:3526:17)
at executeInitAndCheckHooks (core.mjs:3476:9)
hi
HTTP return 403
Can you share the logs.txt?
liming.ma@volosoft.com
sent
you can close this ticket if it's closed for you.
Thanks Alper and team, the initial issue is resolved. However, It's still showing server error when the current password is wrong, so the solution needs to address that. In any case, I will ask Vipul to close this ticket.
It is working now here is what was done:
1- update CLI to v7.4.2 abp cli update
2- abp update
in the project root folder
3- in the project root folder run abp install-libs
(could be useless as in the next step I delete all packages)
4- In angular, delete node_modules, and all lock files package and yarn. (This is very important step)
5- run npm install
It's working. However, if you enter a wrong password, it shows wrong password followed by Server error 403
Thanks, the missing tables are added now.