Skip to content

fix: show fallback error instead of undefined on build/deploy failure#136

Closed
saschabuehrle wants to merge 1 commit intotinybirdco:mainfrom
saschabuehrle:fix/issue-131
Closed

fix: show fallback error instead of undefined on build/deploy failure#136
saschabuehrle wants to merge 1 commit intotinybirdco:mainfrom
saschabuehrle:fix/issue-131

Conversation

@saschabuehrle
Copy link
Copy Markdown

Fixes #131

When a build or deploy fails but neither deploy.errors nor result.error is populated, the CLI silently shows nothing useful. Added a fallback message pointing users to TINYBIRD_DEBUG=1 in all three error display paths (build, deploy, dev).

— saschabuehrle

@gnzjgo
Copy link
Copy Markdown
Member

gnzjgo commented Mar 23, 2026

duplicated with #137

@gnzjgo gnzjgo closed this Mar 23, 2026
@gnzjgo
Copy link
Copy Markdown
Member

gnzjgo commented Mar 23, 2026

but thx for the PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CLI shows 'undefined' error on build/dev failures instead of actual error message

2 participants