Pratyush07
Pratyush07
Hi, I’d like to work on this issue. Could you please assign it to me?
> @pratyush07-hub If I add `fr-ht` to the available languages and then install `plone.app.multilingual`, I get the error: > > ```js > Cannot read properties of undefined (reading 'nativeName') >...
> @pratyush07-hub If I add `fr-ht` to the available languages and then install `plone.app.multilingual`, I get the error: > > ```js > Cannot read properties of undefined (reading 'nativeName') >...
Hi @wesleybl @stevepiercy , I’ve been looking into the crash that happens when Plone has a language that Volto doesn’t recognize in its LanguageMap. What’s going wrong: Plone can include...
hey @wesleybl, I've updated LanguageSelector so it falls back to showing the language code if nativeName is missing, which fixes the crash. MultilingualRedirector now reads the language directly from the...
Hey @wesleybl, I’ve attached a screen recording to show what is currently happening, especially after configuring things as you suggested. When I select Brazilian Portuguese as the default language and...
Is this issue already resolved, or is someone currently working on it?
Hi, I looked deeper into this issue and found the root cause. Volto already treats some route IDs (like edit) as reserved, and when a user creates content with ID...
Hey @plone/volto-team @rohnsha0 @arybakov05, I’m trying to create content items in Volto with titles that could generate reserved slugs. Here’s what I observed: - When I create a content item...
Ohk, then I’ll check other issues.