W n8n attention vm

This commit is contained in:
alma 2025-05-24 18:30:55 +02:00
parent 5955953a52
commit 7b9224d214

View File

@ -34,8 +34,8 @@ export async function GET(
segments: pathSegments
});
// Ensure the path has the missions/ prefix
const minioPath = filePath.startsWith('missions/') ? filePath : `missions/${filePath}`;
// Use the path as is, since n8n already includes the missions/ prefix
const minioPath = filePath;
console.log('Full Minio path:', {
minioPath,
bucket: 'missions'