itbencn
itbencn
如果token保持全局唯一的话,就可以兼容两张模式了 ``` https://sub.example.com/xxxxxxxxx https://sub.example.com/share/file/testfile?token=xxxxxxxxx ``` 当然这样又和v2.19.63的更新内容冲突了
懒得重新创建issue了,就在这儿请教一下 前端有个`忽略失败的远程订阅`没太搞懂怎么用的,我开启此选项 但我有个机场像抽风了一样,订阅地址总是返回HTTP400请求错误,但是最终结果里并没有更新订阅之前的内容 我理解的是这个功能用于出现订阅失败时保持原有内容不变
``` # 精确匹配 '/xxxx' location = /xxxx { proxy_pass http://127.0.0.1:6005/share/file/public?token=2025; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header REMOTE-HOST $remote_addr; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade; proxy_http_version 1.1;...
> [@itbencn](https://github.com/itbencn) 应该是因为你还是同一个浏览器访问的 所以 PWA 非 share/api/download 路由走前端了 如果你是用于其他代理 App 应该不受影响 yes ok了
JSON文件是v7版本,于三天前导出的,在没有做任何修改的情况下导入报这个错误
这个bug是修复了吗,何时推送到线上版本 我测试 https://chat-preview.lobehub.com 和 https://lobechat.com 两个站点仍然存在此问题