Skip to content

Commit 02c5af0

Browse files
committed
fix(n8n): syncSubscriptions method always fails with 500 error
1 parent 03c7038 commit 02c5af0

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

n8n/workflows.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13333,6 +13333,7 @@
1333313333
"options": {
1333413334
},
1333513335
"path": "scan-subscriptions",
13336+
"responseData": "noData",
1333613337
"responseMode": "lastNode"
1333713338
},
1333813339
"position": [
@@ -13382,8 +13383,8 @@
1338213383
"tags": [
1338313384
],
1338413385
"triggerCount": 2,
13385-
"updatedAt": "2025-05-07T13:41:27.000Z",
13386-
"versionId": "f8a32bf7-56d9-40b9-bfb6-44dd8bf55781"
13386+
"updatedAt": "2025-05-12T10:04:53.000Z",
13387+
"versionId": "4fba50fa-c3e1-42bc-acb4-e22318aad1f5"
1338713388
},
1338813389
{
1338913390
"active": false,
@@ -15229,7 +15230,7 @@
1522915230
"parameters": {
1523015231
"hasOutputParser": true,
1523115232
"options": {
15232-
"systemMessage": "You are a software engineer tasked with generating concise and informative Git commit messages based on git diff outputs. Your goal is to write a commit message that adheres to the Conventional Commits specification. Comparing files are workflow backups from n8n.\n\nBehavior:\n1. Analyze the diff: Carefully compare the before and after code to determine the purpose of the change.\n2. Classify the commit using one of the allowed types (see below).\n3. Write a commit message summarizing the change in plain, concise language.\n4. Try to understand and explain what really was changed.\n\nOutput Data:\n1. Commit Type\n2. Commit Message\n\nRestrictions:\n1. Maximum commit message length: 72 characters\n2. Message starts with a lowercase letter\n3. No period at the end\n4. Be descriptive but brief\n5. Do not include commit type name into message\n6. Do not include node name into message\n7. Do not write just \"added node\" or \"removed node\"\n\nAllowed commit types:\n\nfix: a commit of the type fix patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).\n\nfeat: a commit of the type feat introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).\n\nbuild: Changes that affect the build system or external dependencies\n\nci: Changes to our CI configuration files and scripts \n\ndocs: Documentation only changes\n\nperf: A code change that improves performance\n\nrefactor: A code change that neither fixes a bug nor adds a feature\n\nstyle: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n\ntest: Adding missing tests or correcting existing tests\n\n"
15233+
"systemMessage": "You are a software engineer tasked with generating concise and informative Git commit messages based on git diff outputs. Your goal is to write a commit message that adheres to the Conventional Commits specification. Comparing files are workflow backups from n8n.\n\nBehavior:\n1. Analyze the diff: Carefully compare the before and after code to determine the purpose of the change.\n2. Classify the commit using one of the allowed types (see below).\n3. Write a commit message summarizing the change in plain, concise language.\n4. Try to understand and explain what really was changed.\n\nOutput Data:\n1. Commit Type\n2. Commit Message\n\nRestrictions:\n1. Maximum commit message length: 72 characters\n2. Message starts with a lowercase letter\n3. No period at the end\n4. Be descriptive but brief\n5. Do not include commit type name into message\n6. Do not include node name into message\n7. Do not write just \"added node\" or \"removed node\"\n8. Do not mention n8n node names, e.g. \"Postgres22\"\n\nAllowed commit types:\n\nfix: a commit of the type fix patches a bug in your codebase (this correlates with PATCH in Semantic Versioning).\n\nfeat: a commit of the type feat introduces a new feature to the codebase (this correlates with MINOR in Semantic Versioning).\n\nbuild: Changes that affect the build system or external dependencies\n\nci: Changes to our CI configuration files and scripts \n\ndocs: Documentation only changes\n\nperf: A code change that improves performance\n\nrefactor: A code change that neither fixes a bug nor adds a feature\n\nstyle: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)\n\ntest: Adding missing tests or correcting existing tests\n\n"
1523315234
},
1523415235
"promptType": "define",
1523515236
"text": "={{ $json.stdout }}"
@@ -15267,9 +15268,9 @@
1526715268
"parameters": {
1526815269
"model": {
1526915270
"__rl": true,
15270-
"cachedResultName": "gpt-4o-mini",
15271+
"cachedResultName": "o3-mini",
1527115272
"mode": "list",
15272-
"value": "gpt-4o-mini"
15273+
"value": "o3-mini"
1527315274
},
1527415275
"options": {
1527515276
}
@@ -15641,8 +15642,8 @@
1564115642
"tags": [
1564215643
],
1564315644
"triggerCount": 0,
15644-
"updatedAt": "2025-05-06T07:59:47.000Z",
15645-
"versionId": "1572982c-7f06-4eb3-89b0-cd388530aa58"
15645+
"updatedAt": "2025-05-12T09:56:34.000Z",
15646+
"versionId": "1d849d18-c0f6-4012-a474-c7031b2d8b7f"
1564615647
},
1564715648
{
1564815649
"active": true,
@@ -20249,18 +20250,15 @@
2024920250
"id": "6b735279-04b2-4a8e-80e5-4f1368a3a904",
2025020251
"name": "CallWebhook",
2025120252
"parameters": {
20252-
"headerParameters": {
20253-
"parameters": [
20254-
{
20255-
"name": "user-agent",
20256-
"value": "application/json"
20257-
}
20258-
]
20259-
},
2026020253
"method": "POST",
2026120254
"options": {
20255+
"response": {
20256+
"response": {
20257+
"fullResponse": true,
20258+
"responseFormat": "text"
20259+
}
20260+
}
2026220261
},
20263-
"sendHeaders": true,
2026420262
"url": "={{process.env.WEBHOOK_URL.replace(/\\/$/, '')}}/webhook/scan-subscriptions"
2026520263
},
2026620264
"position": [
@@ -20294,8 +20292,8 @@
2029420292
"tags": [
2029520293
],
2029620294
"triggerCount": 1,
20297-
"updatedAt": "2025-05-06T15:17:22.000Z",
20298-
"versionId": "38b33a3c-6ca2-45f1-9c91-0d5463e80dd9"
20295+
"updatedAt": "2025-05-12T10:04:16.000Z",
20296+
"versionId": "e3df62e6-be55-4c5e-883a-46bd433508f9"
2029920297
},
2030020298
{
2030120299
"active": true,

0 commit comments

Comments
 (0)