Jorge
Jorge
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
Thanks, @Liam C | CSUP . We tried that a week ago but it didn't work. We're still experiencing the issue and our deployment to production continues to be extremely unstable and unreliable.
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
Hi @Liam C | CSUP, sorry to bother you again but this is becoming very serious, and we haven't heard anything from support yet. We have a Business account, and we're hoping we could get some direction on how to solve this. It's now affecting almost all deployments. Could we please look into it? Thank you.
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
I've just raised a ticket on the support platform about this earlier today. Previously to that I was relying on the support from here, the Discord channel. Case Number (support platform ticket): 01204634 Could you please help escalating this? Thanks.
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
@Erisa @Liam C | CSUP any updates?
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
What do you mean by "new system"?
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
@Liam C | CSUP where should I have received that? Email?
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
Hi @Erisa could you please escalate this one for us?
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
Hi @sgraband were you able to fix your issue? We're still getting it from time to time. Would you mind sharing your resolution, please? Thanks
24 replies
CDCloudflare Developers
Created by Jorge on 6/5/2024 in #pages-help
Build is successful but deploy fails to upload
Hi @Erisa any updates on this, please? Thanks.
24 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
@JohnDotAwesome Just to update this thread: I've upgraded to Node v20 but that hasn't fixed the issue. What did fix it was to upgrade to latest version of storyblok-js-client and storyblok-nuxt (https://github.com/storyblok/storyblok-js-client & https://github.com/storyblok/storyblok-nuxt). I believe these modules don't use axios anymore and have better ways to handle this fetch issue.
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
Hi @JohnDotAwesome just touching base to check whether there has been any progress with Pages cloud provider (GCP) on the timeout issues to Cloudfront? Our deploys within Pages are still failing. Thanks
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
Right, got it! That helps, thanks. It doesn't look like it's happening anymore, but we won't hurt by specifying just the major version (18) if that helps with stability. 👌 Our main concern remains the Storyblok timeouts during deployments (GCP -> Cloudfront issue). We are running an alternative pipeline with Github actions to manually build and upload the artifacts for now. This has been very stable but it's not the ideal scenario for us. Please keep us updated on the response from GCP about this issue and hopefully we can fix that as soon as possible. Thanks @JohnDotAwesome.
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
Right, thanks @JohnDotAwesome appreciate your support on this. Regarding the Node issue, yes we do use NODE_VERSION and version file to set our Node version. It has always worked ok. I raised the issue now because it started to hang on that downloading task.
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
Hi @JohnDotAwesome thanks for your suggestion. I appreciate the workaround solution you've provided. I attempted to incorporate the custom fetch into that library, but unfortunately, it didn't seem resolve the issue. I will keep trying. While this workaround might temporarily address the problem, it's a significant concern that we hope will receive the necessary attention. In addition, we're encountering timeouts during our deployments on Pages, specifically when trying to download Node. This issue isn't related to our build process but appears to be a problem within the Pages environment.
08:09:05.339 Installing nodejs 18.18.1
08:09:06.047 Trying to update node-build... ok
08:09:06.302 Downloading node-v18.18.1-linux-x64.tar.gz...
08:09:06.303 -> https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
08:11:12.875 error: failed to download node-v18.18.1-linux-x64.tar.gz
08:11:12.875 -> https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
08:15:58.882 error: failed to download node-v18.18.1-linux-x64.tar.gz
08:15:58.882
08:15:58.907 BUILD FAILED (Ubuntu 22.04 using node-build 4.9.122-28-g4fd6e213)
08:09:05.339 Installing nodejs 18.18.1
08:09:06.047 Trying to update node-build... ok
08:09:06.302 Downloading node-v18.18.1-linux-x64.tar.gz...
08:09:06.303 -> https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
08:11:12.875 error: failed to download node-v18.18.1-linux-x64.tar.gz
08:11:12.875 -> https://nodejs.org/dist/v18.18.1/node-v18.18.1-linux-x64.tar.gz
08:15:58.882 error: failed to download node-v18.18.1-linux-x64.tar.gz
08:15:58.882
08:15:58.907 BUILD FAILED (Ubuntu 22.04 using node-build 4.9.122-28-g4fd6e213)
You can see it attempted to download Node for 6 minutes but eventually timed out and caused the build to fail. Have there been any recent major changes, work, or updates to Pages? Frankly, in light of the incident we experienced yesterday, it seems like things may be becoming unmanageable. What is the latest status on resolving these issues, and when can we expect to have stability and trust restored?
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
Thanks @JohnDotAwesome. Where do you suggest we add this fetch function? We use Nuxt 2 with the Storyblok module [https://github.com/storyblok/storyblok-nuxt-2] to fetch the data.
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
That'd be great, thanks @johndotawesome.
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
@JohnDotAwesome thanks. That seems to be an issue with Cloudflare Pages per se though? It's working locally and with Netlify, so it's likely related to the environment/infra they are being building on (CF). Is there anything we can try to fix it within our build container?
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
56 replies