The feed list cannot be deleted
Platform
Desktop - Web
Describe the bug
I need to delete two lists. Each time I delete a list, there will be two requests. Both request addresses are https://api.follow.is/lists. The first request method is OPTIONS, the status code is 204, the Referrer Policy is no-referrer, and there is no request payload The second request method is DELETE, the status code is 524, the Referrer Policy is no-referrer, and the request payload is listId: "148969996955876352"
Relevant Information
User id: 147895152374090753 listId: 148969996955876352 and 80504303904157696
Reproduction Video
No response
Environment
Environment
App Version: 0.4.7
OS: Windows
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36
Env: web
Browser: Chrome
Session Trace Id: sqO8jTUtKJA1m2ZEK3myJ
Mode: production
Renderer: 0.4.7
Validations
- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- [x] Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- [x] This issue is valid
Contributions
- [ ] I am willing to submit a PR to fix this issue
- [ ] I am willing to submit a PR with failing tests (actually just go ahead and do it, thanks!)
hi,thanks for your description.
the first request was seed automatically by browser, to check cross-origin. and for second request, 524 is timeout of cloudflare, could you trying again and feedback result?
hi,thanks for your description.
the first request was seed automatically by browser, to check cross-origin. and for second request, 524 is timeout of cloudflare, could you trying again and feedback result?
The list has been deleted normally