globe icon indicating copy to clipboard operation
globe copied to clipboard

bug: Build logs don't show

Open fior-di-latte opened this issue 9 months ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues.

CLI Version

v0.0.11

Project ID

129a0782-db12-4402-97f7-0a99a6f591cb

Description

When triggering a build over the CLI, the build logs are not shown:

globe build-logs --deployment="129a0782-db12-4402-97f7-0a99a6f591cb"
Globe API Error.
There was an issue calling the Globe API, please try again.
 Use verbose mode using the --verbose flag for more details.
Unhandled exception:
Instance of 'ApiException'
#0      GlobeApi._handleResponse (package:globe_cli/src/utils/api.dart:62:7)
#1      GlobeApi.getDeployment (package:globe_cli/src/utils/api.dart:205:22)
<asynchronous suspension>
#2      BuildLogsCommand.run (package:globe_cli/src/commands/build_logs_command.dart:39:24)
<asynchronous suspension>
#3      CommandRunner.runCommand (package:args/command_runner.dart:212:13)
<asynchronous suspension>
#4      GlobeCliCommandRunner.run (package:globe_cli/src/command_runner.dart:108:14)
<asynchronous suspension>
#5      main (file:///Users/ftodaP/.pub-cache/hosted/pub.dev/globe_cli-0.0.11/bin/globe.dart:15:5)
<asynchronous suspension>

On globe.dev, the logs also don't show up.

Steps to reproduce

I guess it is dependent on the error type? I'm not sure how to reproduce.

Expected behavior

I would expect to see the logs.

Screenshots

No response

Additional context and comments

No response

fior-di-latte avatar Jun 03 '24 09:06 fior-di-latte