Skip to content

[bug]: NGNIX proxy misbehaving #3297

Description

@divyanshchahar

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

NGNIX proxy is having the following issues:

  1. It redirects the user from http://localhost to https://localhost, this is problematic because plane is running on http://localhost
  2. Upon inspecting the logs of the NGNIX's docker container the following message was encountered 2024/01/02 07:33:18 [emerg] 1#1: invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22
    nginx: [emerg] invalid number of arguments in "proxy_set_header" directive in /etc/nginx/nginx.conf:22

Steps to reproduce

  1. Stop all docker containers
  2. Remove the NGNIX reverse proxy image which is usually named as plane-proxy
  3. Rebuild the project with docker compose -f docker-compose-local.yml up -d command
  4. Check logs of the the docker container running reverse proxy (usually plane-proxy-1)

Browser

Mozilla Firefox

Version

Local

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions