mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix hanging of seeding, because of the 'i18n' configuration
This commit is contained in:
parent
54461e2465
commit
056afdb2a5
@ -60,7 +60,7 @@ export const sendEmailTranslated = async (params: {
|
|||||||
// wait: false,
|
// wait: false,
|
||||||
// },
|
// },
|
||||||
// },
|
// },
|
||||||
// i18n,
|
// i18n, // seems not to be needed
|
||||||
})
|
})
|
||||||
|
|
||||||
email
|
email
|
||||||
|
|||||||
@ -74,7 +74,7 @@ const createServer = async (
|
|||||||
defaultLocale: 'en',
|
defaultLocale: 'en',
|
||||||
retryInDefaultLocale: false,
|
retryInDefaultLocale: false,
|
||||||
directory: path.join(__dirname, '..', 'locales'),
|
directory: path.join(__dirname, '..', 'locales'),
|
||||||
autoReload: true,
|
// autoReload: true, // if this is activated the seeding hangs at the very end
|
||||||
updateFiles: false,
|
updateFiles: false,
|
||||||
objectNotation: true,
|
objectNotation: true,
|
||||||
// logDebugFn: logger.debug,
|
// logDebugFn: logger.debug,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user