mirror of
https://github.com/Finb/Bark.git
synced 2026-04-26 06:25:55 +03:00
[GH-ISSUE #304] ios端添加服务器失败 #269
Labels
No labels
bug
enhancement
in progress
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Bark#269
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joji173 on GitHub (May 9, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/304
请问各位大佬出现这种情况该怎么解决?(docker部署)
访问http://ip:8080
{"code":404,"message":"Cannot GET /","timestamp":1746782550}
访问http://ip:8080/ping
{"code":200,"message":"pong","timestamp":1746782668}
ios端添加服务器 http://ip:8080
填写的服务器无效,请重试!网络错误
@Finb commented on GitHub (May 9, 2025):
一般都是填错了
常见错误原因:
没有部署https,却填https了
端口号多加了一个斜杠,例如 http://ip:8080/
另外最好带上截图
@joji173 commented on GitHub (May 9, 2025):
您好,应该没填错吧
@Finb commented on GitHub (May 9, 2025):
那看看是不是关闭了访问本地网络的权限
@joji173 commented on GitHub (May 9, 2025):
是,已经解决,感谢!