Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

가입 및 로그인 문제 #170

Open
theseeduser opened this issue Mar 30, 2024 · 1 comment
Open

가입 및 로그인 문제 #170

theseeduser opened this issue Mar 30, 2024 · 1 comment

Comments

@theseeduser
Copy link

glitch.com이라는 IDE에 설치하여 사용해봤는데 회원가입이나 로그인이 되지 않습니다. 포트 관련 문제 같습니다. 다른 IDE에서 80번 포트로 사용해봤더니 가입은 되는데 로그인이 되지 않습니다.

다음과 같은 문제 해결 부탁드립니다.

  1. 회원가입 및 로그인 시 :3000이 url에 추가로 붙는 문제
  2. 로그인이 안되는 문제

실행 명령은 아파치같은건 모르겠고 php -S 0.0.0.0:3000을 사용했습니다.

사용 php 버전: 7.0.33

@wkpark
Copy link
Owner

wkpark commented Mar 30, 2024

IP를 직접 쓰시는 것 같은데, 이 경우 쿠키 문제로 인해 로그인 문제가 발생할 수 있습니다.
쿠키 도메인을 설정해보시기 바랍니다. $cookie_domain="www.xxx.yyy.zzz"; # ip주소
https://github.com/wkpark/moniwiki/blob/master/config.php.default.ko#L357

php내장 웹서버를 테스트해보지 않아 모르겠으나, 이 경우 HTTP_* 내장 변수 세팅이 문제가 될 소지가 있습니다. 로그인 이외에 작동은 잘 되는지요??

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

No branches or pull requests

2 participants