我在 Windows 8 上运行最新版本的 Yesod 和 Haskell 平台。
我用 yesod init 创建了一个新的脚手架项目,然后在项目目录中执行以下命令:
cabal install
yesod devel
Yesod开发回应
Devel application launched: http://localhost:3000
但是,当我使用 Chrome 访问 localhost:3000 时,出现以下错误:
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
这与随机本地主机端口不同(仅提供以下内容):
Oops! Google Chrome could not connect to localhost:3010
任何想法为什么会出现这种情况以及我可以做些什么来解决它?
最佳答案
Warp 中引入了一个错误,导致 Windows 出现问题,并在大约一周前修复。最新版本的 yesod-platform 应该可以解决这个问题(它在我的测试中在 Windows 中正常工作)。
关于windows - 为什么本地开发服务器与 Yesod 不兼容?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12667248/