-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 5.1.1 -> 5.1.3. no data #1015
Comments
Hey @juekbr, we're having trouble reproducing this one. Couple questions for you that might help steer us in the right direction:
Also, could you try running this again with the |
Hi there I get over 2000 Lines of output. Here are the first 60ish lines. I have replaced the account id with a random number.
|
Here my situation.
We have updated 5.1.1 -> 5.1.3.
We are using environment vars for configuration not any config file.
In the environment we got two variables:
When I do this:
hs fetch / ./ --use-env
I will get the following error and no data whatsoever is going to be downloaded
error message: [ERROR] A Error has occurred. Failed fetch of folder "/" to "/local/directory" from the Design Manager"
It works with 5.1.1, so we had to roll back.
Sidenote: int the older version we have to modify the timeout setting in requestOptions.js to a higher value, since timeout settings are pulled from config files only and not from the environment.
The text was updated successfully, but these errors were encountered: