I have a bunch of images in a hidden gallery, only shown when a user clicks on a certain button.
On the development server, everything is fine, no errors or issues, but when I deploy my website and open the gallery the images don't show and throw a 404 error in the console (I included the required props).
When I replace the <Image/>
component with <img>
, everything is fine on the development server and live. Can anyone please help? I searched a lot and I didn't find anything like this issue.