nodeSolidServer / nodeSolidServer/node-solid-server
Notepad does not work in docker
還沒有人認領這個 Issue。
- 主要語言
- JavaScript
- 星號
- 1.8k
- 分支
- 308
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I started solid in docker, as described in the README, created user alice, went to alice.localhost, logged in, went to Public Folder, clicked plus, selected the Notepad icon. Giving a name leads to:
Error: FAILED to save new tool at: https://alice.localhost:8443/public/Alice/index.ttl : Web error: 500 (Internal Server Error) on PUT of <https://alice.localhost:8443/public/Alice/index.ttl>
Per issue #901, certificate problems might be the cause. However, unlike that issue, I cannot start with option -v: error: unknown option -v
Anyways, I changed the dockerfile to CMD ./bin/solid-test start.
Now, I can create a notebook. However, selecting it and entering text leads to:
Error undefined sending data: Web error: 409 (Conflict) on PATCH of <https://alice.localhost:8443/public/Notepad/index.ttl>
What is supposed to work via docker? Maybe Dockerfile should use solid-test by default?
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 Pull Request,並在描述裡引用這個 Issue 編號。
研究方向
從 README 中描述的 Docker 設定開始,檢查 Dockerfile 的預設命令以及 bin/solid-test。使用預設容器重現 Notepad 的建立和編輯,然後將其與回報的 solid-test 命令進行比較。當文件化的 Docker 設定支援建立 notebook 並儲存編輯內容,且不會出現回報的 500 或 409 錯誤時,即表示完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- docker, javascript, node.js
- 領域
- devops
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100