Self-hosted file and collaboration app never finishes deploying on my NAS — how do I see the real error instead of guessing?
I am trying to deploy a self-hosted file sync and collaboration suite on my NAS. The deploy starts, the app sits in a deploying state for several minutes, and then it goes back to stopped. The UI tells me the deployment failed and nothing else.
I have redeployed it four times now, changing one thing each time — different dataset, different port, different admin username — and got the identical result every time. I am clearly guessing.
The app is not exotic and plenty of people run it on this hardware, so I assume I am doing something ordinary and wrong. But I cannot find where the actual error message lives. Where should I be looking?
@dataset_first · yesterday
To make the clean-slate test unambiguous: create a brand new dataset with a name you have never used, point the app at that, and leave every other setting at its default. No custom port, no custom admin name, nothing.
If it deploys, you have proved the problem is state or configuration, and you can add your customisations back one at a time until it breaks.
If it still fails with a genuinely empty dataset and stock settings, it is environmental — permissions, resources or networking — and that is a different and shorter list to work through.
The reason to do this rather than keep tweaking: right now every attempt changes two variables, the thing you edited and the leftover state from last time. You cannot learn anything from that.
Reply
Report