I’m experiencing a UI issue in my self-hosted n8n instance (v1.71.0). After restoring a valid backup (including database.sqlite
), the workflows and folders briefly appear in the editor when I visit /home/workflows
, but then slide away and vanish after 1–2 seconds. No errors are shown in the frontend, and the network tab shows a successful /rest/workflows
response.
Things I’ve verified:
- Database is restored and correctly linked
- API key is valid and connected to the correct
userId
- Docker logs say
n8n ready
, and port 5678 is listening - SSL with Caddy is active and serving via HTTPS
/api/v1/workflows
returns full JSON payload when called manually- Folders and workflows exist in the database (
workflow_entity
andfolder
tables)
Is this a known issue with database compatibility or project/user sharing?
What conditions could cause the UI to hide workflows that clearly exist?
Thanks!