Can I use Angular Universal prerender with ionic framework?

Hi everyone,

I’m trying to use angular universal prerendering with an Ionic Angular app.

To test I created a simple app with Tabs template.
When I run “ng run app:prerender” the cli correctly generate all files in dist/app/browser but when i run a simple http server and open the browser I get the following error:

ERROR TypeError: Cannot read properties of undefined (reading ‘nextSibling’)

I haven’t added any custom code, it’s just the tabs template.

Is it possible to use Angular prerender with Ionic framework?
Thanks in advance!