Yi

Results 13 comments of Yi

Hi macatadobe short answer: try run `node lib/server.js` on openshift.com I haven't used openshift, but from your debug log, I guess the problem might caused by `Running node-supervisor with`. Here...

hi macatadobe > The openshift requests users to NOT run commands on the server as it violates its authorization etc . Anything which is written in package.json 's main and...

问题解决了。 是 腾讯云 管理后台 的 自定义登录的 示例代码过时了,建议腾讯更新一下。 `auth.signInWithTicket(ticket)` 这个方法已经改成 `await auth.customAuthProvider().signIn(ticket);` ![image](https://user-images.githubusercontent.com/9838/215716672-5638b32c-53b5-45f8-bd9b-605f442085fc.png)