调试本地认证服务器遇到的一些问题 #6164
-
Beta Was this translation helpful? Give feedback.
Answered by
DMB-codegang
Jun 7, 2026
Replies: 2 comments
-
|
破案了嗷,是macOS幽默的本地连接问题(楼主自己在Q群里说的) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
貌似是端口号问题。使用80端口在本地开发即可。在Mac上程序监听1024以下的端口需要使用sudo。使用localhost直连即可。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
DMB-codegang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment





貌似是端口号问题。使用80端口在本地开发即可。在Mac上程序监听1024以下的端口需要使用sudo。使用localhost直连即可。