Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • 1 Votes
    4 Posts
    95 Views
    nebulonN

    For clarification, the root cause is a ' in the french translation, which breaks some javascript code. The code is fixed to prevent this, but since it involves other changes, the easiest fix the moment is to remove the quote from the translation file. This can be done by running the following on the server via SSH:

    sed -e "s/\"errorIncorrectCredentials\": \"Nom d'utilisateur ou mot de passe incorrect\",/\"errorIncorrectCredentials\": \"Nom dutilisateur ou mot de passe incorrect\",/" -i /home/yellowtent/box/dashboard/dist/translation/fr.json
  • "New login on your account" not translated

    Solved Support
    3
    0 Votes
    3 Posts
    300 Views
    imc67I

    @nebulon thanks!

  • cant login into cloudron instance

    Solved Support
    9
    0 Votes
    9 Posts
    651 Views
    D

    @girish yep, it loads, awesome, thank you👍 😊

  • 0 Votes
    5 Posts
    421 Views
    ChristopherMagC

    @nebulon Nice, your absolutely right.

    Both are crashing over and over but by the looks of it for different reasons.

    I will start a separate threads about those issues but you solved the last mystery here, first issue was terminal not loading after update due to browser cache, 2nd issue is the apps are actually crashing over and over and that is why the terminal keeps resetting.

    Thanks for your help!

  • Typo in app "Update" panel

    Discuss
    2
    1 Votes
    2 Posts
    173 Views
    nebulonN

    This is something we have to fix in the next iteration together with the translation. For the moment those singular/plurals are hardcoded.

  • Issues viewing file browser on 6.x.x

    Solved Support
    5
    0 Votes
    5 Posts
    231 Views
    nebulonN

    Yes every single text string you see was replaced with translation templates. These were a lot of changes. I've also now made a change to all html files sourcing scripts to bust the cache for new releases. Hopefully it was just a caching related issue and then this shouldn't happen in the future.