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
Having detailed error messages which indicate exactly why a script couldn't be executed
Actual Behavior
While trying to run a migration script I encountered following error message: "Error: The provided space does not exist or you do not have access". This lead to some confusion on my end since I was sure that all parameters were correct.
After debugging the contentful cli I noticed that the error was that the maximum response size got exceeded rather than an access restriction
Possible Solution
Printing out more detailed information about the actual API response in case of an error during the migration
The text was updated successfully, but these errors were encountered:
Expected Behavior
Having detailed error messages which indicate exactly why a script couldn't be executed
Actual Behavior
While trying to run a migration script I encountered following error message: "Error: The provided space does not exist or you do not have access". This lead to some confusion on my end since I was sure that all parameters were correct.
After debugging the contentful cli I noticed that the error was that the maximum response size got exceeded rather than an access restriction
Possible Solution
Printing out more detailed information about the actual API response in case of an error during the migration
The text was updated successfully, but these errors were encountered: