无法在开发环境中显示404页面

时间:2016-09-27 18:48:07

标签: elixir phoenix-framework

在指南http://www.phoenixframework.org/docs/views中,当我在debug_errors: false中设置config/dev.exs时,我应该能够显示404页面。但是,当我发现"找不到页面" 时,它会发送404并显示"出现问题" 。顺便说一句,我确实得到了#34;找不到页面"在生产中。

config :myapp, Myapp.Endpoint,
  http: [port: 4000],
  debug_errors: false,
  code_reloader: true,
  check_origin: false,
  watchers: [node: ["node_modules/brunch/bin/brunch", "watch", "--stdin",
                    cd: Path.expand("../", __DIR__)]]

0 个答案:

没有答案