EddieHubCommunity / BioDrop

Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
https://biodrop.io
MIT License
5.72k stars 3.94k forks source link

Testimonial Delay #10147

Open dhruvabhat24 opened 9 months ago

dhruvabhat24 commented 9 months ago

Has this bug been raised before?

Where did you find this bug?

Testimonial Section

Version of BioDrop (for example "v1.2.3")

v2.99.4

Description

I have received one testimonial a day before even that is closed #10144 But till now it is not displayed in my profile

Steps to Reproduce

edited by eddiejaoude

  1. create testimonial via issue
  2. testimonial not loaded until next deployment

Screenshots

No response

Do you want to work on this issue?

No

If "yes" to above, please explain how you would technically implement this

edited by eddiejaoude

  1. trigger deploy on new testimonial
  2. copy the curl command from the deployment GitHub Action to the Testimonial Action

https://github.com/EddieHubCommunity/BioDrop/blob/9ed1736d560cbf7ef5c95bc5f94a1fd726a03b2e/.github/workflows/vercel.yml#L55

github-actions[bot] commented 9 months ago

To reduce notifications, issues are locked until they are https://github.com/EddieHubCommunity/BioDrop/labels/%F0%9F%8F%81%20status%3A%20ready%20for%20dev and to be assigned. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

ChinmayMhatre commented 9 months ago

@dhruvabhat24 I believe it is visible now. But I'll open the repo for conversation to check if this delay is happening to more people. We can have a discussion on this issue is persists!

dhruvabhat24 commented 9 months ago

Yes now it is visible. I think it's better to make an announcement that if anyone is facing the same issue then they can discuss here

eddiejaoude commented 9 months ago

A new issue can be raised if it happens again, and we can then prioritise it again - but it seemed like it was a one off 🤞

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

dhruvabhat24 commented 9 months ago

@eddiejaoude I have received one more testimonial and facing the same issue as earlier. sorry for raising the same issue again and again.

eddiejaoude commented 9 months ago

No problem, but it has only been 1 hour since the testimonial - please can we give it time to see if the standard workflow works

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

dhruvabhat24 commented 9 months ago

@eddiejaoude okay

dhruvabhat24 commented 9 months ago

It's been more than 48 hours and it didn't fetch

eddiejaoude commented 9 months ago

Yes, testimonials are reloaded when the app is deployed, you can see the code here https://github.com/EddieHubCommunity/BioDrop/blob/main/.github/workflows/vercel.yml#L55

From the deploy GitHub Action there has been no deployments for 3 days https://github.com/EddieHubCommunity/BioDrop/actions/workflows/vercel.yml

I think the code to load the testimonials should be moved from the deploy app to the testimonials GH Action https://github.com/EddieHubCommunity/BioDrop/blob/9ed1736d560cbf7ef5c95bc5f94a1fd726a03b2e/.github/workflows/vercel.yml#L55

eddiejaoude commented 9 months ago

I have manually reloaded testimonials, please check your account now

ℹ️ eddiejaoude has some opened assigned issues: 🔧View assigned issues

dhruvabhat24 commented 9 months ago

I have checked now but still it is displayed on account I think you need to make the testimonial sections to GitHub actions

github-actions[bot] commented 9 months ago

The issue has been unlocked and is now ready for dev. If you would like to work on this issue, you can comment to have it assigned to you. You can learn more in our contributing guide https://github.com/EddieHubCommunity/BioDrop/blob/main/CONTRIBUTING.md

ArvindParekh commented 8 months ago

Hi! I'd like to help with this. Although I do not know about GH Actions (yet), I'm willing to learn on the go. I read about it and here's what I think needs to be done:

Am I correct? Also, do I have to make changes to the testimonial.yml or just to vercel.yml?