Azure deployment: 500 Internal Server Error #1592

Closed
opened 2025-08-09 17:20:48 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @manuelreina on 5/29/2016

Hi Steve, sorry if it's a dummy question, but I am trying to publish your yeoman template on Azure and I get a 500 error for the RC1 version and a 403 for the RC2 version.

Both templates work running IIS Express.

I tried to publish on my PC to see if I could get more info about the errors and it works for RC2 but I get the 500 error for RC1.

My pc has windows 10 with a dnvm version 1.0.0-rc1-15540 and 1.0.0-rc1-final clr x86 as default (Microsoft .NET Execution environment Clr-x86-1.0.0-rc1-16202).

RC1 Steps (publishing in localhost):

  • Publish with Visual Studio 2015.
  • Then run the web.cmd.
  • When I load the site in "localhost:5000" the console throws the following error

Call to Node module failed with error: To use prerendering, you must install the 'aspnet-prerendering' NPM package

  • If I copy the node_modules folder I get the following error

Cannot find module './wwwroot/dist/vendor-manifest.json'

but file does exist and I have webpack installed globally and working when running IIS Express.

Is there any documentation I could review before asking here?

*Originally created by @manuelreina on 5/29/2016* Hi Steve, sorry if it's a dummy question, but I am trying to publish your yeoman template on Azure and I get a 500 error for the RC1 version and a 403 for the RC2 version. Both templates work running IIS Express. I tried to publish on my PC to see if I could get more info about the errors and it works for RC2 but I get the 500 error for RC1. My pc has windows 10 with a dnvm version 1.0.0-rc1-15540 and 1.0.0-rc1-final clr x86 as default (Microsoft .NET Execution environment Clr-x86-1.0.0-rc1-16202). **RC1 Steps (publishing in localhost):** - Publish with Visual Studio 2015. - Then run the web.cmd. - When I load the site in "localhost:5000" the console throws the following error > Call to Node module failed with error: To use prerendering, you must install the 'aspnet-prerendering' NPM package - If I copy the node_modules folder I get the following error > Cannot find module './wwwroot/dist/vendor-manifest.json' but file does exist and I have webpack installed globally and working when running IIS Express. Is there any documentation I could review before asking here?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#1592
No description provided.