Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 581 Bytes

cannot-deploy-app.md

File metadata and controls

21 lines (15 loc) · 581 Bytes

Cannot Deploy a Function with Fn client

Error Messages

fn --verbose deploy --app app-name --local fails with error message.

Problem

The most common causes of this error message is:

  • The Fn server has not been started.
  • Another service is using port 8080.

Solution

To solve this problem:

  • Start Fn server
  • If Fn server does not start
    • Run netstat -a to see if there is a server on port 8080.
    • Stop the other server.
    • Start Fn server.