All Questions
Tagged with angular-ssr vite
3 questions
1
vote
0
answers
55
views
Angular SSR fails to access .NET backend with SSL while client-side works fine
I'm encountering an SSL certificate issue with Angular SSR (Server-Side Rendering) when trying to access my .NET backend. The interesting part is that everything works perfectly fine on client-side ...
3
votes
0
answers
207
views
`isomorphic-dompurify` with Angular 18 SSR runtime error: Cannot convert undefined or null to object
I installed isomorphic-dompurify ^2.15.0 to my Angular 18 SSR application. It builds successfully with the standard DomPurify code, such as:
import DOMPurify from "isomorphic-dompurify";
...
2
votes
0
answers
572
views
Angular 17 srr: vite Internal server error: Invalid URL
Even after a successful build, when I run ng serve --host: myIP, I'm getting this error. The intentions was to able to get a feel of the behavior of the app on mobile devices.
5:50:58 PM [vite] ...