-
Notifications
You must be signed in to change notification settings - Fork 60k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] windows客户端无法同步 #5151
Comments
Title: [Bug] windows client cannot synchronize |
the client has not request? wireshark have no packet |
#5174 我修复了这个问题,你可以试试我的版本。 |
#5174 I fixed the issue, you can try my version. |
|
Is the latest version merged? 2.14.2 I tried it but it doesn’t work? Is there something wrong with the configuration? |
这修改已经合并了,你这没有点检查可用性吧?再注意一下配置WHITE_WEBDEV_ENDPOINTS,再我看你配置的本地的webdav服务,如果你用docker部署,这样配置不行。这个点击看看,以及外面的同步功能。如果出问题,可以看看抓包情况。也可以试试我用的这个版本docker image: ahzmr/chatgpt-next-web |
This modification has been merged. Have you checked the availability? Click to see this, as well as the synchronization function outside. If something goes wrong, you can check the packet capture status. You can also try the version I used docker image: ahzmr/chatgpt-next-web |
|
|
同步问题看来还是没有解决,想问问这个本地数据都是保存在哪里的?能不能直接同步文件数据? |
The problem of synchronization still seems to have not been solved. I want to ask where the local data is preserved? Can I synchronize file data directly? |
这个功能可能没人维护 |
This function may not be maintained by anyone |
是不是因为Windows下不能设置WHITE_WEBDAV_ENDPOINTS, 所有导致同步用不了 |
Is it because WHITE_WEBDAV_ENDPOINTS cannot be set under Windows, so synchronization cannot be used? |
那是什么,不知道.我是直接全部手撸的服务端代码, 测试WINDOWS自带的WEBDAV是可以的. |
I don’t know what that is. I just hand-coded all the server-side code. It’s okay to test the WEBDAV that comes with WINDOWS. |
我在本地部署测试了下, 配置相同的webdav参数, 在浏览器中是可用同步的, 但是用tauri打包成exe就同步失败, 我再加点日志看看 |
I tested it in local deployment and configured the same webdav parameters. Synchronization is available in the browser, but synchronization fails when packaged into exe using tauri. I will add more logs to take a look. |
我大概找到问题的原因了。使用的打包命令是 我尝试把 |
I probably found the cause of the problem. The packaging command used is I tried to change |
重新试了下, 把BUILD_MODE改成BUILD_MODE=standalone, 发现yarn tauri dev打包后居然不能同步了 |
I tried again, changed BUILD_MODE to BUILD_MODE=standalone, and found that yarn tauri dev could not be synchronized after being packaged. |
..就是 WINDOWS版本客户端不能同步呗. |
..It’s just that the WINDOWS version client cannot synchronize. |
之前在客户端大多都使用在线的api解决跨域的问题。 |
Previously, most clients used online APIs to solve cross-domain problems. |
mac版 2.15.5 也同样无法同步,webdav 和 upstash 都不行。 |
The mac version 2.15.5 also cannot be synchronized, neither webdav nor upstash works. |
+1 |
+1 |
|
|
📦 部署方式
官方安装包
📌 软件版本
2.14
💻 系统环境
Windows
📌 系统版本
11
🌐 浏览器
Edge
📌 浏览器版本
127
🐛 问题描述
自己部署了一个webdav服务,通过curl测试上传下载正常
curl -u 123123:123123 -T ./1.txt https://webdav.xxx.org/2.txt
curl -u 123123:123123 https://webdav.xxx.org/2.txt
浏览器也可以正常访问下载,不知道为啥客户端一直无法同步,同步失败
📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: