Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dennis Pullens 8 posts 89 karma points
    Jul 06, 2023 @ 08:55
    Dennis Pullens
    1

    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:

    GET https://testwebsiteurl.nl/sb/umbraco-backoffice-extensions-js.js.v638242280505760400 net::ERR_ABORTED 500
    

    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 hope this helps! :-)

  • Steve Crook 26 posts 158 karma points
    Jul 17, 2023 @ 06:38
    Steve Crook
    0

    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)
       ...
    
  • Kevin Jump 2311 posts 14697 karma points MVP 7x c-trib
    Jul 19, 2023 @ 09:19
    Kevin Jump
    102

    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

  • Steve Crook 26 posts 158 karma points
    Jul 20, 2023 @ 03:41
    Steve Crook
    0

    Thanks Kevin, that has fixed it

Please Sign in or register to post replies

Write your reply to:

Draft