feed-me
feed-me copied to clipboard
Imported Assets are not saved to the according filesystem path in the volume settings
Description
As of title I have a volume with file system path @webroot/images.
My CRAFT_BASE_PATH is under app/ so my webroot is at / the root of the web server. FeedMe is downloading all the assets under app/images instead of /images.
Steps to reproduce
- Use craft under a directory like
app
define('CRAFT_BASE_PATH', __DIR__ . '/app');
define('CRAFT_VENDOR_PATH', CRAFT_BASE_PATH.'/vendor');
- Add volume with filesystem path
@webroot/images - Import some assets as asset field of some entries
- Downloaded images are in the wrong directory
Additional info
- Craft version: 3.6.7
- PHP version: 7.4
- Feed Me: 4.3.5.1