Jayden

Results 2 issues of Jayden

我修改了 Dockerfile 为 pnpm 进行 build,成功在本地运行,使用 ip:port 的形式访问没有问题。 但使用 nginx 对其进行反代后,使用 https 访问无法显示地图,console 中显示 Map is not supported by this browser。

### Describe the bug 在 GitHub 后台 callback 地址填写为 https 时,登陆显示 redirect_uri 不一致,改为 http 即可。 ![image](https://github.com/user-attachments/assets/9ccbcbd3-0ad9-4067-80b5-ffe638469974) 但改为 http 后 GitHub 授权登录后跳转出错,如下图: ![image](https://github.com/user-attachments/assets/794f7162-59fd-44c0-9e92-31861ad58f23) Google 也有类似的 https 问题,但更改为 http 后没有问题。 ### Reproduction...