react-job-portal
react-job-portal copied to clipboard
white screen when loading en-US local
hey,
it' seems that if I am using en-US I am getting a white screen:

adding: load: 'languageOnly',
at i18next.js
fixed the issue
https://github.com/i18next/i18next-node-fs-backend/issues/219
for different locales need to remove whitelist and cancel suspense
// whitelist: Languages,
react: {
wait: true,
useSuspense: false,
},
Thanks for the report.
sure