Skip to content

Build fails with tsc functionConfig.ts error on any change or deployment attemptΒ #55

@GiancarloMyBestes

Description

@GiancarloMyBestes

I am unable to deploy anything at all.

I have already followed the steps suggested in this guide:
πŸ”— https://docs.rowy.io/how-to/create-upgrade-cloud-runtime

So I tried updating manually in the Google Cloud Console:

  • Cloud Run β†’ rowy-backend β†’ Revision β†’ Edit and Deploy New Version
  • Under Container β†’ Variables and Secrets, I set the version to 1.9.5 and deployed it.
  • The deployment was successful, and traffic is routed 100% to the latest revision.
Image

However, when I go back to Rowy and make even a very small change (for example, adding a white space to an existing derivative function), then click Update and Deploy, I get the following error:

errorStackTrace: Error: Command failed: cd build/functionBuilder/builds/1761039870931/src; tsc functionConfig.ts
    at genericNodeError (node:internal/errors:984:15)
    at wrappedFn (node:internal/errors:538:14)
    at ChildProcess.exithandler (node:child_process:422:12)
    at ChildProcess.emit (node:events:524:28)
    at maybeClose (node:internal/child_process:1104:16)
    at ChildProcess._handle.onexit (node:internal/child_process:304:5)
3111:45:27:27 Build Failed: {}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions