nuxt-hub / core

Build full-stack applications with Nuxt on CloudFlare, with zero configuration.
https://hub.nuxt.com
Apache License 2.0
993 stars 57 forks source link

NuxtHub doesn't always show complete list, and correct state of deployments in Cloudflare #355

Closed felixfavour closed 2 weeks ago

felixfavour commented 3 weeks ago

Thanks for building NuxtHub, it's been really helpful, and a good alternative to Vercel for me.

Describe the bug I deployed a GitHub project via NuxHub, and what I would expect is when I merge a branch or update the main branch the deployment should show up on the "Production Deployments" page on Nuxthub, but it doesn't. It only shows up on the original Cloudflare page.

image

Steps to reproduce Steps to reproduce the behaviour:

  1. Deploy a GH project
  2. Commit and push several changes after the initial deployment
  3. Go to production deployments, compare data with original cloudflare data

Expected behavior It should show the correct number of deployments along with the correct status (failed or successful), right now it still shows just one deployment, and that one deployment has been pending for over 30 minutes.

atinux commented 3 weeks ago

I noticed this issue as well when the project does not have the @nuxthub/core module installed. Do you have it installed in your project?

felixfavour commented 3 weeks ago

No, I don't. I didn't know that I had to. Will try adding it and let you know if it resolves this issue.

Thanks.