W n8n attention vm
This commit is contained in:
parent
5955953a52
commit
7b9224d214
@ -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'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user