Skip to content

Building on Windows failing  #1350

Open
@Clark-guy

Description

@Clark-guy

When building on windows, the "maple-search-backfill-1" container fails immediately when docker tries to boot it- the rest of the project starts fine, but browsing the site yields a lot of 404 errors because of this.

It seems that the maple-search-backfill-1 container runs a shell script for a curl command, which is split into multiple lines- Windows apparently gets confused by this, and makes the container try to run the lines individually, one at a time. First fix for this is to put the curl command on one line, and save the file format for unix (in vim this can be done with ":set ff=unix"). Following that, the us-central1-triggerPubsubFunction function cannot be found- the container claims that "valid functions are: " . Could be a firebase-tools or firebase-functions version issue.

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions