You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior:
Running any CLI command for any space returns Error: [object Object]
X An error occurred when executing the sync task: Error: [object Object], An error occurred when executing the pull-components task: Error: [object Object] etc. No other error given. Tried with multiple stories.
Expected behavior:
If an error occurs, the error message should be accessible.
Steps to reproduce:
Run any CLI command for any space.
Other information:
Operating System: MacOS 14.6.1
Node Version: v20.10.0
Storyblok CLI version: 3.35.2
The text was updated successfully, but these errors were encountered:
I had this issue with the pull-components command and was able to solve it by logging in a again. I found this out by manually adding a log line to the error handler of that command that revealed that it was an unauthorized error.
I had this issue with the pull-components command and was able to solve it by logging in a again
Thank you for this! I logged in again and it solved my issue with the pull-components command as well. Hopefully going forward there could be a better error message than [object Object] 😅
Current behavior:
Running any CLI command for any space returns
Error: [object Object]
X An error occurred when executing the sync task: Error: [object Object]
,An error occurred when executing the pull-components task: Error: [object Object]
etc. No other error given. Tried with multiple stories.Expected behavior:
If an error occurs, the error message should be accessible.
Steps to reproduce:
Run any CLI command for any space.
Other information:
The text was updated successfully, but these errors were encountered: