Skip to content

Unable to change Figwheel server-port #744

@zendevil

Description

@zendevil

I am changing the server port of Figwheel like so:

{:builds [
                                           {:id           "ios"
                                            :source-paths ["src" "env/dev"]
                                            :figwheel     {:server-port 3450}
                                            :compiler     etc..
                                  } etc...]

But this gives me the error:

The key :server-port at (:all-builds 0 :figwheel) is on the wrong path.

  {:all-builds
   [{:figwheel
     {:server-port 3450
      ^---- The key :server-port has been misplaced
      }}]}

The :server-port key should probably be placed like so: 

  {:figwheel-options
   {:server-port 3450
    ^---- The key :server-port should probably be placed here
    }}

What am I doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions