The solution for me was to add a missing record to the strapi_core_store_settings table, this is what was missing
‘76’, ‘plugin_i18n_default_locale’, ‘“en”’, ‘string’, NULL, NULL
After adding this record it worked.
The solution for me was to add a missing record to the strapi_core_store_settings table, this is what was missing
‘76’, ‘plugin_i18n_default_locale’, ‘“en”’, ‘string’, NULL, NULL
After adding this record it worked.