Closed Bug 1418661 Opened 8 years ago Closed 8 years ago

Sending a translation change result in an Internal server error page

Categories

(developer.mozilla.org Graveyard :: General, enhancement, P1)

All
Other
enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: clement.lefevre, Assigned: jwhitlock)

References

Details

(Keywords: in-triage, Whiteboard: [specification][type:bug])

What did you do? ================ 1. I updated an article with a translation update What happened? ============== It resulted in an Internal Server Error webpage. Translation got sent and updated though. It's reproduced on a 100% basis, by other people either. What should have happened? ========================== It shouldn't show an Internal server error page Is there anything else we should know? ======================================
This part is not sure: I might have get this error too when going back in my history.
This may be due to an issue introduced when fixing bug 1413289, which is fixed in https://github.com/mozilla/kuma/pull/4532 and should be merged Monday. Clément, do you remember the URL of the page with the issue?
Flags: needinfo?(clement.lefevre)
(In reply to John Whitlock [:jwhitlock] from comment #2) > This may be due to an issue introduced when fixing bug 1413289, which is > fixed in https://github.com/mozilla/kuma/pull/4532 and should be merged > Monday. > > Clément, do you remember the URL of the page with the issue? I got it for example on https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/arriere-plan or https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/auteur But it seems like every single page is affected anyway.
Flags: needinfo?(clement.lefevre)
I've confirmed that the bug related to bug 1413289 is the cause. The {{AddonSidebar}} adds a link to: https://developer.mozilla.org/fr/Add-ons/Themes but the page URL is: https://developer.mozilla.org/fr/Add-ons/Thèmes (see the accented è in Thèmes). Our database treats them as equal strings; the new code does not. PR 4532 should fix this tomorrow. Until then, there will be issues rendering French pages using the {{AddonSidebar}} macro.
Depends on: 1413289
Assignee: nobody → jwhitlock
Status: NEW → ASSIGNED
Keywords: in-triage
Priority: -- → P1
The fix is pushed to stage and production. I was able to force-refresh the two pages: https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/arriere-plan https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/auteur Thanks for the bug report!
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.