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


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps - Status | Demo | Docs | Install
apesorgukA

apesorguk

@apesorguk
Unfollow Follow
About
Posts
63
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • ICEHRM
    apesorgukA apesorguk

    It's a shame this has never been added.

    App Wishlist icehrm hrm

  • Is the container image for nextcloud stopping apps from working correctly?
    apesorgukA apesorguk

    So I tried an install of Cloudron, and the issue is the same. Anyone else with this issue?

    Nextcloud

  • Is the container image for nextcloud stopping apps from working correctly?
    apesorgukA apesorguk

    So I found an issue I am having on all nextcloud servers I have on our cloudron.

    On the mail app, there are menu items missing. I am not sure if it's an app issue or a Cloudron NextCloud container image issue. Please read this feature enhancement I asked for.

    https://github.com/nextcloud/mail/issues/12805

    I am going to make a new server with just nextcloud on to test this.

    Nextcloud

  • Polls app update causing error
    apesorgukA apesorguk

    @james said:

    Hello @apesorguk
    That is a good idea.
    Nextcloud apps are a notorious offender in breaking Nextcloud setups.

    Totally agree, we have said to nextcloud that they should not release updates and apps until tested with all other apps. They need to get rid of untested apps as well.

    Nextcloud

  • Polls app update causing error
    apesorgukA apesorguk

    @james said:

    Hello @apesorguk
    Sorry to read that you are having issues.
    Neither Nextcloud nor Cloudron can provide a full coverage of every app available for Nextcloud for each update.
    This issue was also already reported upstream for the polls app https://github.com/nextcloud/polls/issues/4619

    Maybe you can try to disable the poll app with the following docs: https://docs.cloudron.io/packages/nextcloud#fixing-a-broken-install

    or you try the suggested fix from the issue:

    Quote:

    To fix it I ran against the database:

    DROP INDEX uniq_shares;
    DROP INDEX uniq_token;
    DROP INDEX uniq_subscription;
    DROP INDEX uniq_unprocessed;
    DROP INDEX uniq_watch;
    DROP INDEX uniq_preferences;
    

    Thank you. Worked a treat.

    @sponch said:

    Be careful with the Polls app. I’ve stopped using it because it bricked several Nextcloud instances for me multiple times.

    We have gotten to the position of when ever we update apps now we also backup before hand sure to avoid issues with some app updates breaking the server.

    Nextcloud

  • Polls app update causing error
    apesorgukA apesorguk

    I have tried to delete and delete data on remove, but when trying to install I get this An error occurred during the request.

    Unable to proceed.
    Database error when running migration 090000Date20260302212000 for app polls An exception occurred while executing a query: SQLSTATE[42P07]: Duplicate table: 7 ERROR: relation "uniq_watch" already exists
    
    Nextcloud

  • Polls app update causing error
    apesorgukA apesorguk

    screenshot-cloud-apes-org-uk-2026-04-17-14-47-32.png

    We have 2 nextcloud servers, one updated fine and one runs into this error we can not get rind of when the polls app is updated.

    Nextcloud

  • Social App well-known error.
    apesorgukA apesorguk

    I get the following error when testing social app.

    screenshot-nctesting.apes.org.uk-2026.03.31-10_45_57.png

    I have tried adding to .htaccess file, but when restarting server, the added lines do not remain as seems htaccess file gets reset.
    i have tried adding a .wellknown file and adding the required lines there with no luck. The file and content stays when restarting but not seen by the app.

    App Link: https://github.com/nextcloud/social
    App Store Link: https://apps.nextcloud.com/apps/social

    Has anyone found a fix or workaround?

    Nextcloud

  • CSP Issues
    apesorgukA apesorguk

    Basically, there is no fix for allowing embedding on our own websites, even with specific origins set and for the app to load.

    I remember at one point you should not set CSP for all apps, but now it seems it's on all apps even though it doesn't work with all of them.

    Support csp

  • CSP Issues
    apesorgukA apesorguk

    They were only being embedded for the staff on our Nextcloud, not for the public. And we did restrict to our internal domains and had the same issues.

    Just thought people should know that some apps don't work at all with CSP, causing these apps GUI to stop loading complely making it look like the app no longer works.

    Support csp

  • CSP Issues
    apesorgukA apesorguk

    So I found an issue with 3 apps when setting the ability to embed.

    Freescout, Chatwoot and Open WebUI

    Using the preset configuration to allow embedding

    # Allow embedding from all sites
    default-src 'self';
    frame-ancestors 'none';
    

    It cause a issue with Freescout and Chatwoot loading at all when going directly and shows an error on the website embedding it.

    I thought the app became currupt so I installed the setup again and tried to add the CSP again to face the same issue. Chatwoot after removing the CSP did not work but freescout worked again.

    Open WebUI just shows a huge Open WebUI logo.

    Support csp

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    Thanks for you help

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    Ok so I deleted the alias we had for it under development and tried to add the mailbox and now its worked. Bare in mind I only added the alias after the error to see if I get the error adding as a alias.

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    Yes it is showing there, for somereason just not showing on the GUI

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    is there no way to search via terminal?

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    No we don't I have checked every app we use.

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    No mailing lists at all. Another strange thing is I can add them as an alias without error.

    screenshot-my-intranet-apes-org-uk-2026-01-27-11-11-06.png

    Support

  • Trying to add a mailbox but says it already exsists
    apesorgukA apesorguk

    I am trying to add a mailbox, but it says it already exsists but when I search the mailbox, nothing shows.

    screenshot-my-intranet-apes-org-uk-2026-01-27-10-31-44.png

    screenshot-my-intranet-apes-org-uk-2026-01-27-10-32-56.png

    Support

  • Vaultwarden fails to start after update – DB migration error (SSO)
    apesorgukA apesorguk

    Thanks all fixed now. I found this worked even with the line brake.

    I have run the command sed -i 's/\r$//g' /app/data/fix_db.sh to fix the new line characters and then run bash /app/data/fix_db.sh again and it ran as expected. Disabled recover mode and confirmed things are back to working as expected.
    
    Vaultwarden

  • Vaultwarden fails to start after update – DB migration error (SSO)
    apesorgukA apesorguk

    @james I get this problem.

    root@bf8db951-7632-4ddf-bf9b-8b58cd65ffe5:/app/code# bash /app/data/fix_db.sh
    /app/data/fix_db.sh: line 2: $'\r': command not found
    => Checking if DEFAULT_CHARACTER_SET_NAME and DEFAULT_COLLATION_NAME are set to utf8mb4 and utf8mb4_unicode_ci
    /app/data/fix_db.sh: line 4: $'\r': command not found
    /app/data/fix_db.sh: line 8: $'\r': command not found
    /app/data/fix_db.sh: line 22: syntax error near unexpected token `$'in\r''
    'app/data/fix_db.sh: line 22: `    case $yn in
    root@bf8db951-7632-4ddf-bf9b-8b58cd65ffe5:/app/code#
    
    Vaultwarden
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search