Hi
I’m running n8n and wekan locally using docker images. I’ve created Wekan credentials in n8n pointing to my local instance:
But I’m getting this error when I try run a simple GET node:
Wekan Error: undefined
at Object.getAuthorization (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Wekan/GenericFunctions.js:23:15)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
at async Object.apiRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Wekan/GenericFunctions.js:33:23)
at async Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/Wekan/Wekan.node.js:434:32)
at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:395:47
In Wekan, my user has admin access.
One thing I have noted, is that the n8n credentials screen never shows the “Access > Wekan” as checked when I load it. Perhaps the access permissions aren’t being saved?
Other than that, I couldn’t find much here or elsewhere on the error…