angular universal SSR + strapi. help with render problems
Budget: €8 – €30 EUR
Hi! I am in need of skilled help with a project that I am working on. The project employs Angular 14, and I am running into server error rendering issues. The project is deployed on the Kubernetes platform, and specifically uses Angular Universal Server Side Rendering (SSR) and Strapi. If you have the right skill set, and are experienced in debugging and resolving rendering issues within this particular technology stack, I would love to hear from you.
ERROR RuntimeError: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: 'https://gaspar-www-test.sfo3.cdn.digitaloceanspaces.com/0925d10915eefa8b868717691dd159f1.svg?updated_at=2022-11-25T11:07:10.185Z'. It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook? Find more at https://angular.io/errors/NG0100
at throwErrorIfNoChangesMode (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:165156:9)
at bindingUpdated (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:171321:9)
at Module.ɵɵproperty (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:172109:7)
at RowIconComponent_Template (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:3436:65)
at executeTemplate (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168613:5)
at refreshView (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168444:7)
at refreshComponent (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:169748:7)
at refreshChildComponents (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168180:5)
at refreshView (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168517:7)
at refreshEmbeddedViews (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:169688:9) {
code: -100
}
the error
ERROR RuntimeError: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'undefined'. Current value: 'https://gaspar-www-test.sfo3.cdn.digitaloceanspaces.com/0925d10915eefa8b868717691dd159f1.svg?updated_at=2022-11-25T11:07:10.185Z'. It seems like the view has been created after its parent and its children have been dirty checked. Has it been created in a change detection hook? Find more at https://angular.io/errors/NG0100
at throwErrorIfNoChangesMode (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:165156:9)
at bindingUpdated (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:171321:9)
at Module.ɵɵproperty (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:172109:7)
at RowIconComponent_Template (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:3436:65)
at executeTemplate (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168613:5)
at refreshView (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168444:7)
at refreshComponent (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:169748:7)
at refreshChildComponents (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168180:5)
at refreshView (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:168517:7)
at refreshEmbeddedViews (/home/kostas/Desktop/Codes/commercial-frontend/dist/commercial-frontend/server/main.js:169688:9) {
code: -100
}
the error