discuss icon indicating copy to clipboard operation
discuss copied to clipboard

一款简单,安全,免费的评论系统 | A simple, safe, free comment system

Results 6 discuss issues
Sort by recently updated
recently updated
newest added

https://docs.deta.sh/docs/base/about/

enhancement

我根据教程使用 vercel + mongodb 部署失败,

![image](https://github.com/discussjs/discuss/assets/34262309/b09e31fc-f5cf-46a1-a9b7-54b7a48ba938) 服务端看日志正常打印 ![image](https://github.com/discussjs/discuss/assets/34262309/e3fdac52-dee3-46ab-bd94-bd0d4ae45f72)

今天尝试在自己的服务端部署,遇到一个新的问题: No "exports" main defined in /home/www/discuss_comment/node_modules/discuss/package.json 执行 node index.js后报错: **系统环境:** **package.json :** ```javascript { "name": "discuss_comment", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test...

TypeError: Cannot read properties of undefined (reading 'setHeader') ![discuss_run_error](https://github.com/discussjs/discuss/assets/5381735/7542ff46-cd86-4d77-bff4-281aa05e762f)

当后台使用的域名,不在防盗链配置域名列表中时,会直接被踢下登陆状态,并且无法重新登陆,导致无法继续后续配置更改操作