-
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] WebDAV Sync Failed #4816
Comments
我也是 |
Me too |
我也是,尝试了多个webdav都无法正常同步。 |
Me too, I tried multiple webdavs but couldn't sync them properly. |
我用坚果云也是这样 |
Me too |
Me too |
metoo |
me too,我也是,多个webdav无法同步 |
me too, me too, multiple webdavs cannot be synchronized |
i tried 123pan,jianguoyun webdav,no one can sync data |
用main分支自己部署的可以备份成功。。。 |
If you deploy it yourself using the main branch, you can successfully back it up. . . |
自己部署的网页 跟他的示例网页 有什么区别吗 |
Is there any difference between the web page I deployed and his sample web page? |
You need to add your WebDAV endpoint to allowed list in // some famous webdav endpoints
export const internalAllowedWebDavEndpoints = [
"https://dav.jianguoyun.com/dav/",
"https://dav.dropdav.com/",
"https://dav.box.com/dav",
"https://nanao.teracloud.jp/dav/",
"https://bora.teracloud.jp/dav/",
"https://webdav.4shared.com/",
"https://dav.idrivesync.com",
"https://webdav.yandex.com",
"https://app.koofr.net/dav/Koofr",
// Your endpoint…
]; |
我解决了这个问题,可以试试这个版本,还支持自动同步数据和同步删除消息与会话操作。 #5236 |
I solved this problem and you can try this version. It also supports automatic data synchronization and synchronized deletion of messages and conversation operations. #5236 |
is there anyone to follow up this issue on main branch? |
最新的main分支,在vercel部署,还是不能通过webdav同步,报错520 |
The latest main branch, deployed in vercel, still cannot be synchronized through webdav, and error 520 is reported. |
1 similar comment
The latest main branch, deployed in vercel, still cannot be synchronized through webdav, and error 520 is reported. |
This is still not working |
Bug Description
Cannot sync with webdav
Steps to Reproduce
chatgpt-next-web version: v2.12.3
webdav address: https://dav.jianguoyun.com/dav
no proxy address
no data or folders in cloud storage
dev tools show:
request url: https://chat-gpt-next-web-6hy1.vercel.app/api/webdav/chatgpt-next-web/backup.json?endpoint=https://dav.jianguoyun.com/dav/
Get 502
Response: error code: 520
Expected Behavior
Sync correctly
Screenshots
No response
Deployment Method
Desktop OS
No response
Desktop Browser
No response
Desktop Browser Version
No response
Smartphone Device
No response
Smartphone OS
No response
Smartphone Browser
No response
Smartphone Browser Version
No response
Additional Logs
No response
The text was updated successfully, but these errors were encountered: