You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing languages from the marketplace, it seems like the API returns languages without the version field. Unfortunately, I get this exception as a notification: "The Meta Version field is required."
This response comes back when trying to install new languages:
{
"#notification": " <div\n class=\"alert alert-danger\"\n data-control=\"flash-message\"\n data-allow-dismiss=\"false\"\n role=\"alert\"\n >\n <p>The Meta Version field is required.</p>\n </div>\n ",
"X_IGNITER_ERROR_FIELDS": {
"items.0.ver": [
"The Meta Version field is required."
]
}
}
Also, the confirmation dialogue shows no version number, maybe the API left out the version of the language packs?
What did you expect to happen?
Languages to be installed seamlessly
Version
3.x
What browser are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
{
"#notification": " <div\n class=\"alert alert-danger\"\n data-control=\"flash-message\"\n data-allow-dismiss=\"false\"\n role=\"alert\"\n >\n <p>The Meta Version field is required.</p>\n </div>\n ",
"X_IGNITER_ERROR_FIELDS": {
"items.0.ver": [
"The Meta Version field is required."
]
}
}
The text was updated successfully, but these errors were encountered:
What happened?
When installing languages from the marketplace, it seems like the API returns languages without the version field. Unfortunately, I get this exception as a notification: "The Meta Version field is required."
This response comes back when trying to install new languages:
Also, the confirmation dialogue shows no version number, maybe the API left out the version of the language packs?
What did you expect to happen?
Languages to be installed seamlessly
Version
3.x
What browser are you seeing the problem on?
Chrome, Microsoft Edge
Relevant log output
The text was updated successfully, but these errors were encountered: