Error 403 Forbidden HTTP Requests Nodes after upgrading

Hi,

I’ve updated n8n (docker) to 0.113.0.

I’m now getting errors for HTTP Requests nodes

Error: StatusCodeError: 403 - {"errors":[{"message":"You don't have permission to access this.","extensions":{"code":"FORBIDDEN"}}]}
        at Object.execute (/usr/local/lib/node_modules/n8n/node_modules/n8n-nodes-base/dist/nodes/HttpRequest.node.js:806:27)
        at processTicksAndRejections (internal/process/task_queues.js:93:5)
        at async /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/src/WorkflowExecute.js:416:47

Do you have an idea why?

Cheers!

Welcome to the community @scouech!

Which version did you use before? Did you confirm that downgrading really resolves that problem? If so which is the last version that does not have that problem?

I don’t know if the problem was there before… just spotted it after the update…
The previous version was 0.110.0 if I remember correctly.
Do you think it is some kind of problem with privileges or something after updating?

Happy to try downgrading! I’m just not sure how?

Cheers jan!

You can check Can't update version 0.79.0

Thanks @RicardoE105.

All of this was my fault, the API I was trying to reach had a problem, so n8n couldn’t reach it. I’m so stupid! Sorry!

I would suggest maybe an improvement on error messages. It would be great so that we can tell quickly what’s the problem (even if it’s a stupid one). :slight_smile:

Thanks both!

1 Like