November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Hi Flemming,
Have you tried this with Episerver language version gadgets?
https://webhelp.episerver.com/latest/en/addons/languages.htm
https://webhelp.episerver.com/17-2/cms-edit/working-with-versions.htm
Once you installed this add-ons please make sure the language editing is enabled for that language.
Flemming, have you looked at Episervers log files, to find the cause of the "500 Internal Server Error" ?
Hopefully Episerver is logging the details of this.
Your steps and POST request look fine until the Server Error.
My customer and I have been struggling with creating a translation for a specific page in EPiServer CMS 11.12
1. We open the page called "Products" in the sidebar.
2. A yellow banner appears saying "This content is in English. It does not exist in français. Would you like to translate it now?"
3. We proceed to click the "Translate" button to the far right.
4. We click the "Create" button and then nothing happens except the button becomes disabled until we refresh the page.
When we hit 'Create' it sends a post request call to the following endpoint: https://*****.com/EPiServer/cms/Stores/contentdata/
With the following body:
{
"name": "Products",
"parentLink": "112",
"contentTypeId": 51,
"properties": {},
"languageBranch": "fr",
"masterLanguageVersionId": "130_3890"
}
And we receive a 500 Internal Server Error in return.
I've tried using the debugger in local to see if any exception is thrown but no luck.
It seems to be an EPiServer specific issue. Is this a known issue in EPiServer and what exactly is going wrong? Is there any workaround or any way for me to pinpoint the issue?