0

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!

1
  • In short: No, Ionic do not support SSR (Hyderation). Commented Aug 7 at 11:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.