All Questions
Tagged with angular-ssr nginx
3 questions
0
votes
0
answers
123
views
Angular SSR is not working with docker NGINX
I added angualr universal to my app.
SSR rendering works fine.
But when I run my app in docker SSR working without nginx
but i need ssr work with nginx
This is my docker file:
FROM <...
1
vote
0
answers
1k
views
Angular universal SSR - nginx production deployment issue
I am working on angular application and I have enabled angular universal into it.
On local it is working perfectly. I am able to see all parent and child components getting rendered properly. and Meta ...
1
vote
1
answer
356
views
What is causing the 502 errors from Nginx after upgrading Angular version with SSR enabled?
I recently updgraded my project from Angular 14 to 15 and started receive 502 errors.
Project works with SSR and Nginx
So, I locally run
npm run build:ssr
receive server and browser dirs, move them ...