Describe the problem/error/question
I apologize before hand if this was already tackled, I wasn’t able to find a topic that addressed this specific issue.
The problem I have is being able to get a cursor on the (‘HTTP Request’) node. This node seems to work if I hardcode a folder path but throws an error when I get the same path using the embedded javascript. You can see in the (‘HTTP Request’) node I have a ternary for the path variable.
Let me know if you need anymore details!
Error Message:
ERROR: Your request is invalid or could not be processed by the service
409 - "{\"error_summary\": \"path/not_found/.\", \"error\": {\".tag\": \"path\", \"path\": {\".tag\": \"not_found\"}}}" - {"error_summary": "path/not_found/.", "error": {".tag": "path", "path": {".tag": "not_found"}}}
Please share your workflow
Share the output returned by the last node
This information is sensitive but I can describe it. The last node before the error is called (‘MySQL1’), it outputs several records of folder paths that I try to use to get a cursor in the (‘HTTP Request’) node.
Information on your n8n setup
- **n8n version: 1.24.1
- **Database (default: SQLite): Postgresql
- **n8n EXECUTIONS_PROCESS setting (default: own, main): main
- **Running n8n via (Docker, npm, n8n cloud, desktop app): digital ocean droplet, docker compose
- **Operating system: Ubuntu 22.04.2 LTS