Skip to content

서버의 cert domain과 client의 접속 도메인이 일치하도록 수정.#56

Merged
gangjung merged 1 commit intomainfrom
feature/BEYONDWORM-87
Feb 23, 2026
Merged

서버의 cert domain과 client의 접속 도메인이 일치하도록 수정.#56
gangjung merged 1 commit intomainfrom
feature/BEYONDWORM-87

Conversation

@gangjung
Copy link
Copy Markdown
Collaborator

서버의 certificate domain으로 client의 도메인을 수정했습니다.
github pages라서 main에 올려 테스트하기위해 PR 요청드렸습니다.
로컬에서 설정을 통해 할 수도 있겠지만.. 조금 시간이 걸릴 것 같아서 일단 이렇게 진행했습니다.

@gangjung gangjung self-assigned this Feb 19, 2026
@notion-workspace
Copy link
Copy Markdown

백엔드 호스팅

@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @gangjung, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 클라이언트가 로비 서버에 접속하는 데 사용하는 URL을 IP 주소에서 도메인 이름으로 변경하여, 서버의 인증서 도메인과 클라이언트의 접속 도메인을 일치시키는 것을 목표로 합니다. 이는 특히 GitHub Pages와 같은 환경에서 배포 및 테스트 시 발생할 수 있는 도메인 불일치 문제를 해결하여 원활한 통신을 보장합니다.

Highlights

  • 서버 URL 업데이트: 로비 서버 URL을 IP 주소에서 도메인 이름으로 변경했습니다.
  • 도메인 일치: 클라이언트의 접속 도메인을 서버의 인증서 도메인과 일치하도록 수정했습니다.
  • GitHub Pages 테스트 지원: GitHub Pages에서의 테스트를 용이하게 하기 위한 변경입니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • web-io-game/.env.production
    • VITE_LOBBY_SERVER_URL 환경 변수의 값을 IP 주소에서 'beyondworm.beyond-imagination.net' 도메인으로 변경했습니다.
Activity
  • 현재까지 기록된 활동은 없습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

안녕하세요. PR을 리뷰했습니다. .env.production 파일에서 로비 서버의 주소를 IP에서 도메인(beyondworm.beyond-imagination.net)으로 변경하신 것을 확인했습니다. 이는 서버의 SSL 인증서와 클라이언트의 접속 도메인을 일치시켜 HTTPS 연결 오류를 해결하기 위한 올바른 조치입니다. PR의 목적에 부합하는 적절한 수정이며, 코드 변경 사항에 대해 다른 문제점은 발견되지 않았습니다. 수고하셨습니다.

Copy link
Copy Markdown
Contributor

@konempty konempty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다 👍 👍

@gangjung gangjung merged commit cb8064b into main Feb 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants