[Bug]: Polyscope breaks herd nginx file when generating a workspace
还没有人认领这个 Issue。
评估
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 新手友好度
- 48/100
- Issue 类型
- 缺陷
- 描述清晰度
- 基本清楚
- 活跃度
- 冷清
- 技术栈
- macos, nginx
调研方向
在 macOS 上重现第一次 workspace 分配,并检查 ~/Library/Application Support/Herd/config/valet/Nginx/silver-lobster.test,尤其是 issue 中报告的格式错误的 rewrite 和占位符值。使用 nginx 验证生成的 vhost,并确认 Herd 的 .test 域名仍可访问,同时 Polyscope workspace 正常工作。
由索引模型根据 Issue 内容生成。
描述
Platform
macOS
Operating system version
macos 15.6
System architecture
ARM64 (M1, M2, etc)
PolyScope Version
latest
Bug description
All of herds .test domains refused to connect after opening polyscope for the first time and assigning it to a Sites/Repo on my mac. claude helped me track the root cause to a malformed vhost written by polyscope.
~/Library/Application\ Support/Herd/config/valet/Nginx/silver-lobster.test
1 server {
2 listen 127.0.0.1:80;
3 #listen 127.0.0.1:80; # valet loopback
4 server_name silver-lobster.test www.silver-lobster.test *.silver-lobster.test;
5 return 301 httpspasted10:36 AMClaude responded: Confirmed — line 27 rewrite ^ "" last; (and line 70).Identified broken placeholder configuration and prescribed remedial stepsIdentified broken placeholder configuration and prescribed remedial stepsConfirmed — line 27 rewrite ^ "" last; (and line 70). nginx 1.25.4 rejects the empty "" replacement, and that's fatal for the whole config. This whole file is a Polyscope placeholder vhost — root /, fastcgi_index "", SCRIPT_FILENAME "", the blank rewrite — it's a skeleton for a workspace that never got a real document root wired in. Broken as written, and it's been taking all of Herd down with it.
I fixed it by removing the file
mv ~/Library/Application\ Support/Herd/config/valet/Nginx/silver-lobster.test
However that gets herd working but not polyscope. I'm unsure why its causing a malformed vhost?
Steps to reproduce
No response
Relevant log output
- 主要语言
- 没有语言数据
- 星标
- 20
- 派生
- 0
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
beyondcode/polyscope-community 的其他 Issue
-
难度 2/5 1-3 小时 新手友好度 68/100
-
难度 4/5 3-5 天 新手友好度 45/100
-
难度 4/5 3-5 天 新手友好度 45/100
-
难度 4/5 3-5 天 新手友好度 38/100
beyondcode/polyscope-community#198 · 1 条评论 · 1 个 reaction ·
-
难度 4/5 3-5 天 新手友好度 52/100
查看 beyondcode/polyscope-community 的全部 Issue
相似的 Issue
-
task
难度 2/5 1-3 小时 新手友好度 70/100
vsanthanam/JBird#429 ·
-
enhancement
难度 2/5 1-3 小时 新手友好度 75/100
alexgorbatchev/simple-ptt#14 ·
-
github-request
难度 2/5 1-3 小时 新手友好度 65/100
openedx/axim-engineering#1758 · 2 条评论 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
components-web-app/docs#92 ·
-
难度 2/5 1-3 小时 新手友好度 75/100