tasking-manager icon indicating copy to clipboard operation
tasking-manager copied to clipboard

Page goes blank when user selects language to Netherlands

Open manjitapandey opened this issue 9 months ago • 2 comments

Describe the bug When user changes their language to netherlands, the website of tasking manager goes blank.

To Reproduce Steps to reproduce the behavior:

  1. Go to 'settings
  2. Click on 'language'
  3. change language from English to Netherlands.
  4. See error

Expected behavior The page should function smooth instead of showing blank page.

Screenshots image

**Additional ** https://hotosm.slack.com/archives/C319P09PB/p1715157425925069 : slack conversation

manjitapandey avatar May 10 '24 08:05 manjitapandey

LS, I'm having the same problem since the website requested an update. I think it was May 8th. So I haven't been able to map for a few days now because the website (https://tasks.hotosm.org/) does not show any images. Kind regards, SiemHW

SiemHW avatar May 10 '24 12:05 SiemHW

My contribution page shows unknown error changing from english to other languages. More details on : #6429

steps to reproduce:

  • change language settings to netherlands
  • go to my contributon page
  • see error

image (9)

manjitapandey avatar May 13 '24 10:05 manjitapandey

Findings This issue stemmed from frontend dependency updates PR, changes in frontend/src/utils/internationalization.js file, where Taylor refactored this part of the code. This resulted the mappings for static language json files to be handled improperly, and thus caused the page to crash when the json files were not found.

royallsilwallz avatar Jun 12 '24 05:06 royallsilwallz