1.3.1
Database (default: SQLite):
SQLite
n8n EXECUTIONS_PROCESS setting (default: own, main):
I do not know
Running n8n via (Docker, npm, n8n cloud, desktop app):
Docker
Operating system:
Windows 10
It looks like your topic is missing some important information. Could you provide the following if applicable.
n8n version:
Database (default: SQLite):
n8n EXECUTIONS_PROCESS setting (default: own, main):
Running n8n via (Docker, npm, n8n cloud, desktop app):
Operating system:
It seems I’m having the same issue now upgrading from 1.25.1 to 1.32.2.
When I want to use the old container it does not start anymore
QueryFailedError: SQLITE_ERROR: no such column: WorkflowEntity__WorkflowEntity_shared.roleId
at handler (/usr/local/lib/node_modules/n8n/node_modules/typeorm/driver/sqlite/SqliteQueryRunner.js:81:26)
When I run the new one it does start but workflows are not shown in the Webgui also the gui is only reachable through the IP and not the Domain name anymore.
When I look to the logs it seems that the workflows are up and running but can’t access them through the GUI
Sebastian1:
When I run the new one it does start but workflows are not shown in the Webgui also the gui is only reachable through the IP and not the Domain name anymore.
I think that’s because of the HTTP instead of HTTPS
Check this one