mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(n8n Form Node): Redirect if completion page to trigger (#11822)
This commit is contained in:
@@ -274,7 +274,9 @@ export class Form extends Node {
|
||||
delete staticData[id];
|
||||
|
||||
if (config.redirectUrl) {
|
||||
res.redirect(config.redirectUrl);
|
||||
res.send(
|
||||
`<html><head><meta http-equiv="refresh" content="0; url=${config.redirectUrl}"></head></html>`,
|
||||
);
|
||||
return { noWebhookResponse: true };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user