我在 Windows 8 上运行最新版本的 Yesod 和 Haskell 平台。
我用 yesod init 创建了一个新的脚手架项目,然后在项目目录中执行以下命令:
cabal install
yesod devel
Yesod devel 回应
Devel application launched: http://localhost:3000
但是,当我使用 Chrome 访问 localhost:3000 时,会出现以下错误:
Error 101 (net::ERR_CONNECTION_RESET): The connection was reset.
这与随机 localhost 端口不同(仅提供以下内容):
Oops! Google Chrome could not connect to localhost:3010
任何想法为什么会出现这种情况以及我能做些什么来解决它?