1

I am trying to deploy a Django app using azure websites. My app works locally fine, but I am not able to deploy it. I get a HTTP 500 Internal Server Error.

I found this in the view log of my commit.

Found solution 'C:\DWASFiles\Sites\chocolate-chocolate\VirtualDirectory0\site\repository\chocolate\chocolate.sln' with no deployable projects. Deploying files instead.

Any hint is highly appreciated.

1
  • Do you think you could get us a sample repro app? Perhaps the heuristic for detecting Python apps is broken. Commented Nov 4, 2013 at 18:20

1 Answer 1

1

I experienced the same problem deploying a boiler plate node.js app.

I found the solution here: http://nodejstools.codeplex.com/workitem/702

I think when you create a new project you need to uncheck "Create directory for solution" The issue here is that the deployment scripts won't detect it as a Node.js app if the server.js/app.js is in a folder.

It might be worth checking your source directory structure for a nested folder.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.