We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Constantly getting ETIMEDOUT errors with HubSpotAutoUploadPlugin
Running either of the following weback scripts:
"start": "webpack --watch --mode development --env autoupload", "build": "webpack --mode production --env autoupload"
Files are all successfully uploaded.
The text was updated successfully, but these errors were encountered:
I'm also encountering the same issue, this was previously working fine, but since yesterday I cannot upload my whole theme anymore.
You can specify an httpTimeout in the HubSpot.config.yml but does not seems to fix the issue:
[HubSpotAutoUploadPlugin] A RequestError has occurred. Error: connect ETIMEDOUT 104.17.200.204:443
Sorry, something went wrong.
No branches or pull requests
Description and Context
Constantly getting ETIMEDOUT errors with HubSpotAutoUploadPlugin
Steps to reproduce
Running either of the following weback scripts:
Expected behavior
Files are all successfully uploaded.
Screenshots
The text was updated successfully, but these errors were encountered: