Open
Description
Describe the bug
I added image to public folder and it worked (I could fetch image and render).
But to the next day request to this image still pending for a long time.
Link to image https://vitejs-vite-vdvkfp--3000.local.webcontainer.io/assets/terrain.png
P.S. I used github repository, and in github this image haven't binary date, but is just a link
https://github.com/3AHAT0P/vitejs-vite-vdvkfp/blob/master/public/assets/terrain.png -> https://stackblitz.com/files/vitejs-vite-vdvkfp/github/3AHAT0P/vitejs-vite-vdvkfp/master/terrain.png which return "Couldn't find the requested file /terrain.png in 3AHAT0P/vitejs-vite-vdvkfp."
Link to the blitz that caused the error
https://stackblitz.com/edit/vitejs-vite-vdvkfp?file=public%2Fassets%2Fterrain.png
Steps to reproduce
- Add image to project.
- wait a day or longer (I don't know how long is need)
- try to get access to this image.
Expected behavior
- Add image to project.
- wait a day or longer (I don't know how long is need)
- i have access to this image yet.
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
No response
Platform
Browser name = Chrome
Full version = 97.0.4692.99
Major version = 97
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36
performance.memory = {
"totalJSHeapSize": 97924851,
"usedJSHeapSize": 87757227,
"jsHeapSizeLimit": 4294705152
}
Hash = 5df97b5e61f923919ea927c406a4806b792de8c6
Additional context
No response