Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

SpringCloud Gateway

Open
#7,053 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
nginx, spring

Research direction

No source files, tests, or entry points are named. Start by reproducing the reported setup with Spring Cloud Gateway and compare it with the nginx proxy path, then inspect the forwarded host and connection-reset behavior; done means the page and file server connection work normally through the gateway.

Written by the indexing model from the issue text.

Description

bug triage
Is there an existing issue for this?
  • I have searched the existing issues
OS/Web Information
  • Web Browser: chrome
  • Local OS:Linux ubuntu 20
  • Remote OS:Linux ubuntu 20
  • Remote Architecture: x86
  • code-server --version:latest
Steps to Reproduce
  1. Deploy codeserver locally, disable auth bind IP 0.0.0.0, port arbitrary.
  2. Configure static proxy using Spring Cloud Gateway.
  3. Page access, the proxy shows 403 shankhan failed.
  4. It was found that the host in the forwarded request header of the gateway has double quotation marks.
  5. After modifying the gateway, the handshake was successful, but the codeserver kept reporting errors and the connection had reset.
Expected

Similar to nginx proxy, file service access can be performed normally

Actual

The page took a long time to load and was unable to establish a file server connection

Logs

No response

Screenshot/Video

No response

Does this bug reproduce in native VS Code?

I did not test native VS Code

Does this bug reproduce in GitHub Codespaces?

Yes, this is also broken in GitHub Codespaces

Are you accessing code-server over a secure context?
  • I am using a secure context.
Notes

No response

Dominant language
TypeScript
Stars
79.4k
Forks
6.9k
Avg merge
2d 13h
Merged PRs (30d)
39

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coder/code-server

All issues in coder/code-server

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.