Thanks for your quick reply. So, let’s clear the obvious things first:
Installation:
- Working on an Oracle ARM server with aaPanel installed (I have other websites and databases there).
- The NGINX is correctly configured, but I ran in a issue when dealing with webhooks (when I posted through insomnia got a 200 response, but the webpage wouldn’t update) and this post helped, it’s working fine now.
- I’m running on docker, no errors on the console.
- My ports are open, so much so that I can access the service through the correct URL and use webhooks.
Workflow
I know that the idList used is correct because I’ve tested it with the webhook, right above it, when I post to that webhook, it creates a card on the same list I’m trying to listen to:
And the idList is here:
I know it’s a long shot but the only difference from my installation to a new one is that I’m using MariaDB instead of SQLIte, I really can’t think of anything else. How can I get a log of this to see if there is any other information helpful to us that might clear things out?
Update
I was trying to figure this out and I’ve set up an automation rule from within Trello that runs whenever a card is added to that given list. Here are the details:
The webhook is the same one from the Workflow from the first post in this thread.
Here is the log from Trello:
Running command on board TestBoard.
Response from URL https://n8n.bitsti.com.br/webhook-test/e94e07a1-b775-4260-9eb5-19a16b43a6d6:
Just a moment...
n8n.bitsti.com.br
Checking if the site connection is secure
Enable JavaScript and cookies to continue
n8n.bitsti.com.br needs to review the security of your connection before proceeding.
(function(){
window._cf_chl_opt={
cvId: '2',
cType: 'non-interactive',
cNounce: '31651',
cRay: '754f2b1a4ed86452',
cHash: 'fd3dc24909c43f5',
cUPMDTk: "\/webhook-test\/e94e07a1-b775-4260-9eb5-19a16b43a6d6?__cf_chl_tk=vaoy0Hig2POLEEa7fAWlB6dDzxqygSZXVPbpfIcQ5WY-1664899624-0-gaNycGzNCGU",
cFPWv: 'b',
cTTimeMs: '1000',
cTplV: 4,
cTplB: 'cf',
cRq: {
ru: 'aHR0cHM6Ly9uOG4uYml0c3RpLmNvbS5ici93ZWJob29rLXRlc3QvZTk0ZTA3YTEtYjc3NS00MjYwLTllYjUtMTlhMTZiNDNhNmQ2',
ra: '',
rm: 'UE9TVA==',
d: 'SZ62V1PvH8LauNng7xB2JrZxemReph3SQ5ZCxPaM0n1yXKpXYtg9Lkfhfa+D0Jpwnf0ScWh1Y9uhLY+yTuRtj01REdf9nxCPDwmux0vAfPUwxq1uCsfz4liSsBviK494HZhjo+6sdqaRUvDuS+ggg9vnRVRKlcNGNppDSGsEvtVp5a76vSiwYDpNAMntbppRZUeWTMUzjyR9/n40y6GKKbV0ILhR1HLNVEMZIT8+WyMPgYZQtqjmJFR8iWOcyoQiTf+jFLYwf6rp9stiVRibYURxcB1oA1hWICDRlVpRFnI3BMlDJkXK+gCN10LOM+Um7gfzXMzPTP+YOQK6qcPSk9l3ehy11B1LvoYOV5ntO1AQWhX7t6q8l4FZ9dhqjtI2Cisb7XEIhxXTwS7Ako2CiJ2fkiZoS+WnhtdriLKf8nV+aYdq/npD3Y4ZnHV8nYE4HTB/0qumlaFgApRTQJpr15V1TwNGY4tCpSrUmCjyauErcbZIbqAPj/unP8W83uWdj72uXeugnQWhII3viqX7jKVzMtQc1e1TbceNRR9ZfWRPyVnA2CtZfV/LFPnx4vjkcrjy4JZmipK6egQT+2GAog==',
t: 'MTY2NDg5OTYyNC4wNDkwMDA=',
m: 'VLXTmaDcdr6YN5uievi6tjbELdL2tGctfotrxcuO43Y=',
i1: 'vhUdd0E0DpBsG0M4GZ4/ig==',
i2: 'oh4cWeMQGACnPuUfgny7XA==',
zh: 'XTx0EyVu0pLBzRgw1cL2QM12fuoe4JtvS6PWi+S+pjw=',
uh: 'DV4j3Tmrbi5Rs1q3ahwVS6SgbPbI7np5884QO1u1Cgg=',
hh: 'VVeVebmN037jcHQP1oEWWb/cQRmnbbPTDto9pUQwh5Y=',
}
};
var trkjs = document.createElement('img');
trkjs.setAttribute('src', '/cdn-cgi/images/trace/jsch/js/transparent.gif?ray=754f2b1a4ed86452');
trkjs.setAttribute('style', 'display: none');
document.body.appendChild(trkjs);
var cpo = document.createElement('script');
cpo.src = '/cdn-cgi/challenge-platform/h/b/orchestrate/jsch/v1?ray=754f2b1a4ed86452';
window._cf_chl_opt.cOgUHash = location.hash === '' && location.href.indexOf('#') !== -1 ? '#' : location.hash;
window._cf_chl_opt.cOgUQuery = location.search === '' && location.href.slice(0, -window._cf_chl_opt.cOgUHash.length).indexOf('?') !== -1 ? '?' : location.search;
if (window.history && window.history.replaceState) {
var ogU = location.pathname + window._cf_chl_opt.cOgUQuery + window._cf_chl_opt.cOgUHash;
history.replaceState(null, null, "\/webhook-test\/e94e07a1-b775-4260-9eb5-19a16b43a6d6?__cf_chl_rt_tk=vaoy0Hig2POLEEa7fAWlB6dDzxqygSZXVPbpfIcQ5WY-1664899624-0-gaNycGzNCGU" + window._cf_chl_opt.cOgUHash);
cpo.onload = function() {
history.replaceState(null, null, ogU);
};
}
document.getElementsByTagName('head')[0].appendChild(cpo);
}());
Ray ID: 754f2b1a4ed86452
The command finished running.
Total operations: 1