-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description
Describe the bug
Local builds cannot be logged into github
本地构建版本无法登陆至github。
To Reproduce
Steps to reproduce the behavior:
Follow the steps in README.md, in order
git clone https://github.com/logseq/logseq
yarn
yarn watch
Build the local version and visit http://localhost:3001.
Then after the loaded page opens, selecting github login will visit http://localhost:3001/login/github and load an empty page that cannot be used for login.
Additional settings may be required to configure the login with github, but I didn't find any documentation on this in the logseq documentation.
Can local builds be logged into github, and if so, what else needs to be configured and done?
根据README.md中的步骤,依次执行
git clone https://github.com/logseq/logseq
yarn
yarn watch
构建本地版本,并访问http://localhost:3001。
然后在加载后的页面打开后,选择github登陆,将会访问http://localhost:3001/login/github,并加载一个无法用于登陆的空页面。
想要配置与github的登陆可能需要额外设置,但是我没有在logseq的文档中找到有关文档。
本地构建版本能否登陆github?如果可以,还需要进行哪些配置和处理?
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: manjaro-i3wm
- Browser chromium
- Version 87.0.4280.66
(http://localhost:3001)
Smartphone (please complete the following information):
- Device: Mi 5X
- OS: android8.1.0,MIUI 11.0.3
- Browser chrome for android
- Version 87.0.4280.66
(http://192.168.0.107:3001)
Additional context
Add any other context about the problem here.