Skip to content

console: server-build script fails to download assets #3026

Closed
@lexi-lambda

Description

As of eb0c1f6, I get the following error when I run npm run server-build:

CommandException: No URLs matched: gs://hasura-graphql-engine/console/assets/common
CommandException: 1 file/object could not be transferred.
mv: rename ./static/dist/common/css/font-awesome.min.css.gz to ./static/dist/common/css/font-awesome.min.css: No such file or directory
gzip: can't stat: ./static/dist/common/css/font-awesome.min.css (./static/dist/common/css/font-awesome.min.css): No such file or directory
make: *** [server-build] Error 1

Do I need credentials to access the gs://hasura-graphql-engine bucket? And if so, is it intentional? It seems important that the server-build script be accessible to OSS contributors.

Metadata

Assignees

Labels

c/build-systemRelated to the build-release systemc/consoleRelated to console

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions