socialincome-san / public

Fighting global poverty with the help of everyday people and your coding skills. Public repository of the NGO and global initiative Social Income.
https://socialincome.org
Other
70 stars 24 forks source link

[DevOps Bug]: Next.js caching issue #768

Open ssandino opened 3 months ago

ssandino commented 3 months ago

Is there an existing issue for this?

Describe the bug

When deploying a pull request (PR) that contains only changes within the 'shared' folder, such as text modifications, the deployment process on Vercel does not detect any changes, leading to the cancellation of the deployment.

Steps To Reproduce

  1. Change a text in a text file, commit and deploy

Expected Behavior

The deployment process should not abort when changes are made only in the 'shared' folder, such as text modifications.

Screenshots?

No response

Desktop Environment (please complete the following information)

- OS:
- Browser:
- Version:

Smartphone Type (please complete the following information)

- Device:
- OS:
- Browser:
- Version:

Additional context

Only solution at the moment is to manually restart the deployment on Vercel and deactivating the caching option

Code of Conduct