#error ɵInitialRenderPendingTasks

10 messages · Page 1 of 1 (latest)

latent oar
#

I went from 16 to 18
everything compiles well.
but an error appears when I try to access the application: 4200.
I get the error you can see in the screen photo.
I looked online but couldn't find anything

main.ts

import { enableProdMode } from '@angular/core';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
import { environment } from '@assets/environments/environment';
import { BxxxxxxModule } from '@bxxxx/bxxxxxx.module';

if (environment.production) {
  enableProdMode();
}

platformBrowserDynamic()
  .bootstrapModule(BxxxxxxxxModule)
  .catch((err) => console.error(err));

ɵInitialRenderPendingTasks

next apex
#

You seem to be using a version of ngx-matomo that is not compatible with angular 18. And the project looks abandoned. So, either fork it and fix the issue, or use something else.

latent oar
next apex
#

I read the error message.

latent oar
#

is not writing "ngx-matomo"

#

i don't see it

#

aah yes i see it

#

thanks ....

sleek seal
#

It is available in the screenshot you posted

#

Look at the second last line starting