Postiz Isn't Responding
-
After adding threads API, I just restarted my Postiz.
Unfortunately the application isn't responding and cant run.
I already restarted several time but it still error. Here's the event log:
"appStoreId": "com.postiz.cloudronapp", "installationState": "installed", "runState": "stopped", "health": null, "containerId": "158bd994aa190eb400768ec781425f6a9a8ed8c095b8becd974fa01ec3a5fee0", "memoryLimit": 2147483648, "cpuQuota": 5, "notes": null, "taskId": null, "sso": true, "enableBackup": true, "proxyAuth": false, "containerIp": "172.18.17.201", "crontab": null, "creationTime": "2025-11-19T08:42:31.000Z", "updateTime": null, "enableAutomaticUpdate": true, "upstreamUri": "", "enableMailbox": true, "mailboxDisplayName": "", "mailboxName": "no-reply", "mailboxDomain": "gcr.co.id", "enableInbox": false, "inboxName": null, "inboxDomain": null, "enableTurn": 1, "enableRedis": 1, "storageVolumeId": null, "storageVolumePrefix": null, "ts": "2025-11-20T03:03:00.000Z", "healthTime": "2025-11-19T15:00:40.000Z", "hasIcon": false, "hasAppStoreIcon": true, "manifest": { "id": "com.postiz.cloudronapp", "title": "Postiz", "author": "Postiz Authors", "contactEmail": "support@cloudron.io", "tagline": "social media scheduling tool", "description": "### About\n\nThe ultimate social media scheduling tool, with a bunch of AI.\n\nPostiz offers everything you need to manage your social media posts,\nbuild an audience, capture leads, and grow your business.\n\n### Features\n\n* Schedule all your social media posts (many AI features)\n* Measure your work with analytics.\n* Collaborate with other team members to exchange or buy posts.\n* Invite your team members to collaborate, comment, and schedule posts.\n\n", "upstreamVersion": "2.8.1", "version": "1.25.2", "healthCheckPath": "/", "icon": "file://logo.png", "tags": [ "social", "media", "scheduling" ], "memoryLimit": 1073741824, "httpPort": 5000, "checklist": { "register-admin": { "message": "On first visit, you can set up an admin user and then create other users." } }, "optionalSso": true, "manifestVersion": 2, "minBoxVersion": "8.0.0", "addons": { "localstorage": {}, "postgresql": {}, "redis": {}, "oidc": { "loginRedirectUri": "/settings" }, "sendmail": { "supportsDisplayName": true } }, "mediaLinks": [ "https://screenshots.cloudron.io/com.postiz.cloudronapp/main.png", "https://screenshots.cloudron.io/com.postiz.cloudronapp/schedule.png", "https://screenshots.cloudron.io/com.postiz.cloudronapp/analytics.png" ], "forumUrl": "https://forum.cloudron.io/category/205/postiz", "documentationUrl": "https://docs.cloudron.io/packages/postiz", "website": "https://postiz.com/", "changelog": "* Update postiz-app to 2.8.1\n* [Full Changelog](https://github.com/gitroomhq/postiz-app/releases/tag/v2.8.1)\n* fix: stop inserting slash into OAuth url by [@fllppi](https://github.com/fllppi) in [#1065](https://github.com/gitroomhq/postiz-app/pull/1065)\n", "dockerImage": "cloudron/com.postiz.cloudronapp:202511160522230000" }, "tags": [ "Postiz" ], "checklist": { "register-admin": { "acknowledged": true, "message": "On first visit, you can set up an admin user and then create other users.", "changedAt": 1763553240585, "changedBy": "squadron" } }, "updateInfo": null, "reverseProxyConfig": { "robotsTxt": null, "csp": null, "hstsPreload": false }, "portBindings": {}, "accessRestriction": null, "operators": null, "debugMode": null, "servicesConfig": { "redis": { "memoryLimit": 1073741824, "recoveryMode": false } }, "secondaryDomains": [], "redirectDomains": [], "aliasDomains": [], "certificate": null, "env": {}, "mounts": [], "error": null, "devices": {}, -
Indeed the current published versions are broken, as the app downloads extra assets for prisma which are not working. A new release is in the works. Not sure why postiz tries to download modules to run the database migration. Have to see if we can pre-fetch and bake them into the image instead.
-
Published a new package, you have to update to that first, otherwise the app won't even start up.
-
N nebulon marked this topic as a question
-
N nebulon has marked this topic as solved