-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The images route does not support serving assets from the public folder within the current theme. This prevents theme-specific images from loading via the expected route, likely causing missing image errors in storefronts that rely on custom themes.
To Reproduce
Steps to reproduce the behavior:
- Use a theme that places images in its public folder (e.g. /themes/your-theme/public/images).
- Attempt to reference these images via the /images route.
- The images are not served as expected and result in 404 or missing assets.
Expected behavior
The /images route should serve images from the public folder of the active theme. This allows theme developers to provide custom assets per theme.
Screenshots
Background (please complete the following information):
- NodeJS Version
- Postgres Version
- EverShop Version
- OS: [e.g. Window, Ubuntu, Mac-OS]
- Browser [e.g. Chrome, Safari]
Additional context
Allowing /images to support the theme public folder improves theme customization and asset organization.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
2.2.0