moztw / www.moztw.org

Repository of moztw.org
https://moztw.org/
Mozilla Public License 2.0
55 stars 59 forks source link

windows下使用node.js建立環境後,頁面跳轉有錯誤 #689

Open afan0918 opened 2 years ago

afan0918 commented 2 years ago

預期點擊連結後,跳轉至

http://localhost:3000/about/

實際行為則是跳轉到

http://localhost:3000/about

而導致無法成功跳轉,所有連結幾乎都有以下問題。

afan0918 commented 2 years ago

原因是因為未安裝php所導致,安裝後解決。

RJHsiao commented 2 years ago

這樣 README 應該要修正? 目前 README 中 Development 底下沒提到有相依 PHP 只有在 Static Pages Local Installation 下面有列 PHP,內容為:

PHP is only required for GitHub Webhook and Online Update mechanisms to work. Only tested with PHP 7.1, with cURL extension required to call GitHub API for hook source range verification.

mingtsay commented 2 years ago

怪了,我記得不用裝 PHP 才對,我這幾天 dig in 找看看是什麼造成的

mingtsay commented 2 years ago

目前實測乾淨環境 debian 裝 node v18.3.0 跟 npm v8.11.0 沒這個問題 可能是 cache 沒有清乾淨或其他問題(需要更多資訊)

另外我送了 #696 新增 docker-compose.yml 檔案 如果真的用 Node.JS 不能正常跑的話,還可以用 docker 解決