Self hosted - sub flow error 500

Hello,
Seeking some help on 500 error when attempting to use a subflow. I have been searching the community posts, but unable to find a solution.
Any ideas for me to try?
Thank you,
-Ryan

info:

v0.69.0

{"response":{"status":500},"request":{"body":{"data":{"domain":"trigger-test.example.com"}}}}
{"response":{"status":500},"request":{"body":{"data":{"domain":"trigger-test.example.com"},"callbackUrl":"https://<obfuscated-internal-domain>/api/v1/flow-runs/NFisrJp0Z8EE7jg1HIwME/requests/DC9jZB4sEnD2Ai05Xqvb-"}}}

I’ve duplicated the trigger subflow > subflow on the activepieces hosted service and and it works fine.

{
  "status": "success",
  "data": {
    "domain": "trigger-test.example.com"
  }
}
1 Like