在Microsoft Azure App Service上部署Next.js App

时间:2019-03-24 09:36:55

标签: azure deployment next.js

我正在尝试在Azure应用服务上部署一个非常简单的Next.js应用。运行“ npm run build”后,我使用azure Visual Studio Code扩展来完成部署。

该过程成功,如果我通过FTP连接到我的应用程序服务,则可以在wwwroot目录中看到文件。

但是,如果我尝试浏览该应用程序,则会收到“应用程序错误 如果您是应用程序管理员,则可以访问诊断资源。'

正在访问诊断程序,这是我看到的消息:

48:17.620204936Z Generating app startup command
2019-03-24T08:48:17.635158983Z Found scripts.start in /home/site/wwwroot/package.json
2019-03-24T08:48:17.649648532Z Running npm --prefix=/home/site/wwwroot start
2019-03-24T08:48:18.702111743Z 
2019-03-24T08:48:18.702164243Z > macingo.admin@1.0.0 start /home/site/wwwroot
2019-03-24T08:48:18.702170943Z > next start
2019-03-24T08:48:18.702174443Z 
2019-03-24T08:48:18.791276730Z /home/site/wwwroot/node_modules/.bin/next: line 1: ../next/dist/bin/next: not found

该消息很清楚,但是我不确定自己在做什么错。这是我第一次尝试在Azure上部署基于node.js的应用程序。 任何帮助将不胜感激!

/home/site/wwwroot/node_modules/next/dist/bin/next

0 个答案:

没有答案