You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The download export orders & products as CSV feature doesn't work by default with @medusajs/file-local because the directory structure does not exist by default.
Manually initializing the directories: uploads/exports/products and uploads/exports/orders and setting writeable permissions fixes the issue.
Bug report
Describe the bug
The download export orders & products as CSV feature doesn't work by default with
@medusajs/file-local
because the directory structure does not exist by default.Manually initializing the directories:
uploads/exports/products
anduploads/exports/orders
and setting writeable permissions fixes the issue.System information
Medusa version (including plugins):
"@medusajs/medusa": "^1.20.6",
|"@medusajs/file-local": "^1.0.3",
Node.js version:
10.12.2
Database: Postgres 16
Operating system: Mac, Linux
Browser (if relevant): N/A
Steps to reproduce the behavior
uploads/exports/products
anduploads/exports/orders
Expected behavior
Either:
Additional context
Relates to #7506 & #6282
The text was updated successfully, but these errors were encountered: