Cannot /GET after restart VPS

I’m trying start my n8n after restart in VPS. He was executing infinite querys like this:

SELECT “ExecutionEntity”.“id” AS “ExecutionEntity_id”, “ExecutionEntity”.“data” AS “ExecutionEntity_data”, “ExecutionEntity”.“finished” AS “ExecutionEntity_finished”, “ExecutionEntity”.“mode” AS “ExecutionEntity_mode”, “ExecutionEntity”.“retryOf” AS “ExecutionEntity_retryOf”, “ExecutionEntity”.“retrySuccessId” AS “ExecutionEntity_retrySuccessId”, “ExecutionEntity”.“status” AS “ExecutionEntity_status”, “ExecutionEntity”.“startedAt” AS “ExecutionEntity_startedAt”, “ExecutionEntity”.“stoppedAt” AS “ExecutionEntity_stoppedAt”, “ExecutionEntity”.“workflowData” AS “ExecutionEntity_workflowData”, “ExecutionEntity”.“workflowId” AS “ExecutionEntity_workflowId”, “ExecutionEntity”.“waitTill” AS “ExecutionEntity_waitTill” FROM “public”.“execution_entity” “ExecutionEntity” WHERE (“ExecutionEntity”.“id” = $1) LIMIT 1 – PARAMETERS: [1374895]

execution time: 1321

Is not a error looking for the console, but in front end, is “Cannot /GET” printed.

n8n version:0.233.1
Database: postgreSQL
Running n8n via npm
Operating system:Ubuntu

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:

Hi @guisgoulart

Thanks for posting here and welcome to the community! :partying_face:

Looking at your version, my first suggestion would be for you to upgrade and see if the issue persists. We have made a lot of improvements since then (current version is 1.42.1)

1 Like

Awesome, it’s running after the update.

Thks !!!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.