[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

try logging cause

FoxxMD (Sep 2, 2025, 6:42 PM UTC) 34f5c22d 6e4dd156

+1
+1
src/exporters/exportToApiSync.ts
··· 95 95 hint = 'Sync already exists! Use a different name.' 96 96 break; 97 97 } 98 + logger.error(e); 98 99 throw new Error(`Komodo API error occurred while trying to export to Resource Sync${hint !== undefined ? `. Hint: ${hint}` : ''}`, { cause: e }); 99 100 } 100 101 } else if (isDebugMode()) {