Closed
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.