Yi
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);` 