nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.28k stars 253 forks source link

random 403 errors Ipx #1302

Open Kaynec opened 3 months ago

Kaynec commented 3 months ago

hi as my title suggests , the issue i have is that i get random 403 errors when trying to access images stored on a external storage space

image: {
    quality: 75,
    format: ["webp", "jpg", "jpeg"],
    domains: [
      "https://storage.iran.liara.space/cheatsgame-storage",
      "https://storage.iran.liara.space/cheatsgame-storage/product",
    ],
  },

this is the sort of response i get back

{
  "error": {
    "message": "[403] [Forbidden] [GET] \"https://storage.iran.liara.space/cheatsgame-storage/product/main_images/2-137_1.png?AWSAccessKeyId=6499e5um61969pmk&Signature=FXzkCysyZhe9+PlRFbmF3TBOqMY=&Expires=1711465733\": 403 Forbidden"
  }
}

i don't really know why this happens because it seems to be totally random too , i have let's say ten images , on reload i get this error for the first image , another page refresh and some different images are now not loading

danielroe commented 3 months ago

cc: @pi0