Webhooks Broken after upgrading to 10.6

Since upgrading from 10.4 to 10.6, all of our webhooks are non functional. I’ve tried various actions that should trip the webhooks, including testing them manually, but nothing’s firing.

When attempting to run a test via the integrations page, ever hook throws a 500 error. example uri: hooks/28/test?trigger=merge_requests_events

I’ve profiled the hook test page, but know nothing about Ruby, so the massive call stack isn’t revealing anything to me. I’ve been hammering away trying everything I can think of for the past few hours but haven’t had any luck getting hooks back up and running.

I can’t seem to find a way to delete this post. While my GoogleFu failed me, searching around on here eventually netted me the solution. The 500 is very odd, since it should throw a notice about that new setting being off.

Found the Solution!