Thingworx 8.5 upgrade, unable to import extension
Hi,
Just try to install thingworx 8.5, and import project from 8.3.5.
There are some issues occurred, I'd like to ask for advice:
1. unable to import extension.
in platform-setting json, configuration r all set, but imported failed with no valid error messages.
{
"PlatformSettingsConfig": {
"AdministratorUserSettings": {
"InitialPassword": ...
},
"ContentTypeSettings": {
"supportedMediaEntityContentTypes": [
"image/svg+xml",
"image/png",
"image/gif",
"image/bmp",
"image/jpeg",
"application/pdf",
"image/vnd.microsoft.icon"
]
}
},
"ExtensionPackageImportPolicy": {
"importEnabled": true,
"allowJarResources": true,
"allowJavascriptResources": true,
"allowCSSResources": true,
"allowJSONResources": true,
"allowWebAppResources": true,
"allowEntities": true,
"allowExtensibleEntities": true
},
"PersistenceProviderPackageConfigs": {
....
}
}
error message: Extension Exception
2. imported project, missing widgets, due to 'soon to be depreciated ', legacy widgets.
either 'yes' or 'no', to confirm the option to replace widget. the widgets in mashup are gone.
Any tips?
thanks

