mirror of
https://github.com/langgenius/dify.git
synced 2026-02-28 12:25:14 +00:00
The backend route /apps/{app_id}/sandbox/files expects the actual app ID
as the URL parameter and derives sandbox_id from the logged-in user
internally. The frontend was incorrectly passing userProfile.id (user ID)
as the appId, resulting in wrong storage paths.