Skip to main content

All Questions

0 votes
0 answers
26 views

Socket.io implementation is working in local but gest timed out when hosted on Nginx

I'm running a Node.js application on a server that communicates via WebSockets using the Socket.IO library. The Node.js application listens on port 5000, and I am using NGINX as a reverse proxy to ...
Jatinder Singh's user avatar
0 votes
1 answer
76 views

nginx page displaying instead of home page

I'm using Docker to serve an Angular application using Nginx. However, when I access my application at http://localhost:8080/, I'm seeing the default Nginx welcome page instead of my Angular ...
fawez teka's user avatar
0 votes
0 answers
313 views

Issues with Nginx Proxy and Angular App: CSS and JS Not Loading Due to MIME Type Error

I'm encountering a problem with my Nginx proxy configuration and Angular application setup. Here's the context and the issue I'm facing: Setup: I'm using Nginx Proxy Manager as my main Nginx proxy. I ...
scharez's user avatar
  • 36
0 votes
0 answers
54 views

Upload | Images are not retrieved on live server | MEAN stack

I am building a MEAN stack app where I am taking an input via a form where the user upload an Image and it is shown as a profile picture. When I run the test in local the upload / image is retrieved ...
Jatinder Singh's user avatar
0 votes
1 answer
23 views

provided configuration file been delete and not considered on nginx container start-up

i am trying to enable gzip compresssion on nginx container where my angular app in deployed, but for i unknown reason the configuration file i am providing on image build is not been considered when ...
Stephane Zang Bengono's user avatar
0 votes
1 answer
92 views

Openshift nginx proxy_pass not redirecting from current host to another

This is my DockerFile FROM docker-enterprise.net/developers-nginx/nginx1.22/rhel8/nginx-rhel8:latest USER root RUN mkdir /.ionicsecurity && \ chmod 775 /.ionicsecurity && \ ...
Pat's user avatar
  • 633
1 vote
0 answers
277 views

Nginx reverse proxy to dockerized angular app cannot load assets

When I try to access my dockerized angular app through the Nginx reverse proxy the page does not fully load because all included scripts are not found (404). It loads fine when I access it directly on ...
Jan Šimek's user avatar
1 vote
1 answer
407 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 ...
Vitaly's user avatar
  • 21
0 votes
1 answer
874 views

nginx server block proxy pass issue

i have a node application running over my ubuntu server over 4000 port with domain example.com. Then i created a server block inside my nginx config to run my angular app with backend as node. So in ...
Saikrishna Vs's user avatar
1 vote
0 answers
202 views

Angular returns index.html when calling nodejs api with Nginx reverse proxy

Angular always returns the index.html file content as a response (instead of JSON data) when calling NestJS (NodeJS) APIs with an Nginx reverse proxy when I access to my webapp from a public IP x.x.x....
MHDaouas's user avatar
  • 179
1 vote
2 answers
961 views

Nginx reverse proxy to angular docker container missing static asset files

I have Nginx server running on machine, I set reverse proxy to angular docker app which runs on localhost:4200. Rerouting works well but angular app can't load static assets. Bellow is part of my conf....
WayneLynxM5's user avatar
0 votes
1 answer
222 views

Trying to access a kubernetes API endpoint in my back end through my kubernetes angular app results int CORS browser error

Usually (without kubernetes, on my local machine), when I access the app it sends a get request to an API endpoint and it populates my angular app with information from there. However, after I have ...
Art's user avatar
  • 37
2 votes
0 answers
381 views

Nginx Angular reverse proxy page not showing

I try to run multiple angular apps on same port with nginx and docker. I started with one and set the followings: nginx/default.conf upstream client { server client:4200; } server { listen 80; ...
Rado Alister's user avatar
0 votes
1 answer
1k views

Nginx fails to resolve Upstream React JS files and falls back to index.html

I have docker swarm setup for a website. The main website is in Angular and specific portion of the website is React application. The swarm cluster has 3 services for 3 apps. Both Angular and React ...
Pavan Jadda's user avatar
  • 4,891
1 vote
0 answers
381 views

Running Angular Springboot application on windows nginx server - nginx.conf settings

I am trying to run an Angular Springboot application on a windows server. I installed Nginx on the windows server and configured the nginx.conf file to host the angular app. However, I am unable to ...
PJ Singh's user avatar

15 30 50 per page