sst / sst

Build modern full-stack applications on AWS

Home Page:https://sst.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status 500 Error for Images in public Folder Following Update to v2.4.6

vitharanagedonjani-i2e opened this issue · comments

After updating to version 2.4.6, I've encountered a status 500 error when trying to access images stored in the Next.js public folder. These images were accessible and displayed correctly in the previous version.

Steps to Reproduce

  1. Update to version 2.4.6 from version (specify your previous version)
  2. Access any static image stored in the public folder via a URL or within the application
  3. Observe that the server returns a status 500 error instead of displaying the image

Expected Behavior

Images stored in the Next.js public folder should load and display correctly without any server errors.

Thank you for looking into this issue. Your assistance is greatly appreciated.

@jayair Thanks! it worked!