When I inspect the error further I get the following:
FileNotFoundException: No such file exists /App_Plugins/TranslationConnector.Xliff/configController.js?v=10.3.0 (mapped from /App_Plugins/TranslationConnector.Xliff/configController.js?v=10.3.0)
It would seem that in the ManifestFilter of Xliff the javascript files are added together with the version query, which gives issues once they get bundled.
Downgrading from 10.3.0 to 10.2.0 solves this issue, as the javascript files there are added to the manifest without the versioning.
I'm getting a similar error in the log when bundling scripts:
System.IO.FileNotFoundException: No such file exists /App_Plugins/TranslationConnector.Xliff/configController.js?v=10.3.0 (mapped from /App_Plugins/TranslationConnector.Xliff/configController.js?v=10.3.0)
File name: '/App_Plugins/TranslationConnector.Xliff/configController.js?v=10.3.0'
at Smidge.SmidgeFileSystem.GetRequiredFileInfo(IWebFile webfile)
...
Error in Translation Manager 10.3.0
Hi there,
First off, thanks for the amazing package!
It seems I have found a bug in the 10.3.0 version. When I go to the backoffice on a published website I get the following error in the console:
When I inspect the error further I get the following:
It would seem that in the ManifestFilter of Xliff the javascript files are added together with the version query, which gives issues once they get bundled.
Downgrading from 10.3.0 to 10.2.0 solves this issue, as the javascript files there are added to the manifest without the versioning.
I hope this helps! :-)
I'm getting a similar error in the log when bundling scripts:
Hi Both,
Sorry for that - we where trying to ensure the Umbraco cache was broken for an update to XLIFF controller, instead we just broke it. 😞
v x.3.1 releases are out now - fixes this
v10: https://www.nuget.org/packages/Jumoo.TranslationManager/10.3.1
v11: https://www.nuget.org/packages/Jumoo.TranslationManager/11.3.1
v12: https://www.nuget.org/packages/Jumoo.TranslationManager/12.3.1
Thanks Kevin, that has fixed it
is working on a reply...