System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I have just realized a very annoying problem. I’m using qovery to host my Strapi service, and it really works. The problem comes with the images that I upload to the server.
Let me explain, to upload the project to qovery, you need to host the project in a github repository first, then you add the project and it just deploys.
The problem arises when I first add an image and then git push -u origin master to the repository (update). The images that I previously upload are shown as null, that is, they are not seen. It only happens when I update the repository.
I can’t imagine if the client uploads many images and suddenly I make a change in the repository and out of nowhere they can’t be seen, I need help