无法将Simple Nuxt.js应用程序部署到now.sh

时间:2019-11-16 22:01:04

标签: nuxt.js zeit-now

有人可以向我解释这里可能出什么问题吗?

我已将用 Nuxt.js 编写的博客应用程序和动态文章页面部署到 now.sh -。没什么可看的。主页工作正常。当我使用内部链接访问子页面时,一切都很好。

但是,当我在子页面上进行硬刷新时,出现了错误:Nuxt.js Internal Server Error

我已经检查了日志,这就是我得到的:

Duration: 27.23 ms  Billed Duration: 100 ms  Memory Size: 3008 MB  Max Memory Used: 120 MB    
Duration: 24.45 ms  Billed Duration: 100 ms  Memory Size: 3008 MB  Max Memory Used: 121 MB    
 ERROR  Request failed with status code 500
  at e.exports (server.js:2:18485)
  at e.exports (server.js:2:45908)
  at IncomingMessage.<anonymous> (server.js:2:354490)
  at IncomingMessage.emit (events.js:203:15)
  at IncomingMessage.EventEmitter.emit (domain.js:448:20)
  at endReadableNT (_stream_readable.js:1143:12)
  at process._tickCallback (internal/process/next_tick.js:63:19)
Duration: 669.35 ms  Billed Duration: 700 ms  Memory Size: 3008 MB  Max Memory Used: 126 MB

这是一个非常简单的nuxt应用程序,我真的不确定在这里有什么问题。

存储库: https://github.com/driggl/blog

1 个答案:

答案 0 :(得分:1)

我认为Zeit没问题。首先,您应该配置nuxt如何生成动态路由。

查看以下文档片段:https://nuxtjs.org/api/configuration-generate/#routes

您还可以获得有关Stack的一些信息,这里=> Nuxt Generate Dynamic Routes Path