react-job-portal icon indicating copy to clipboard operation
react-job-portal copied to clipboard

white screen when loading en-US local

Open lironmo opened this issue 4 years ago • 4 comments

hey,

it' seems that if I am using en-US I am getting a white screen:

image

lironmo avatar Jan 24 '22 11:01 lironmo

adding: load: 'languageOnly',

   at i18next.js
   fixed the issue 
  

https://github.com/i18next/i18next-node-fs-backend/issues/219

lironmo avatar Jan 24 '22 11:01 lironmo

for different locales need to remove whitelist and cancel suspense

    // whitelist: Languages,
    react: {
        wait: true,
        useSuspense: false,
    },

lironmo avatar Jan 26 '22 11:01 lironmo

Thanks for the report.

manjurulhoque avatar Sep 05 '22 10:09 manjurulhoque

sure

lironmo avatar Sep 05 '22 10:09 lironmo