Getting "ResponseError: The query parameter "pushRef" is missing" after updating n8n to version 1.41.0

Hey all! :wave: I’m currently running n8n on Docker Compose. After upgrading the n8n version from 0.x to 1.x, I am facing some issues in n8n docker image.

Current Issue

I was able to update n8n successfully (I think) from version 0.236.3 to 1.41.0, but now I am getting an error in my n8n docker image, saying, “ResponseError: The query parameter “pushRef” is missing” (added a screenshot for reference).

Information on your n8n setup

  • n8n version: 1.41.0 (previous version: 0.236.3)
  • Database (default: SQLite): PostgreSQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main): main (default)
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: 15 GB Memory / 140 GB Disk

This sounds like an older version of the frontend is trying to connect to the updated backend. Please make sure that any open tabs of n8n are reloaded.
We can also look into explicitly reloading the frontend in scenarios like this, but that won’t work for older versions of the frontend, like in this case.

1 Like

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