-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionic component styles not loading with Angular SSR #5096
Comments
Providing server.ts code below. `import 'zone.js/node'; export function app(): express.Express {
} function run(): void {
} declare const non_webpack_require: NodeRequire; export default bootstrap; |
As angular team mentioned here, this issue is not from angular and I expect some reply from Ionic team. |
Yes, I hope to a soon reply form Ionic. It's an hard issue to solve. |
Description:
I'm using Angular 18 standalone application with Ionic 8 and enabled server side rendering. When I try to run SSR, the styles of ionic components are not loading. It just loads the plain html.
Output:
My
ionic info
:The text was updated successfully, but these errors were encountered: