raiseEvent WebHook Not Working

I'm trying to use the WebHook for raiseEvent but the server never receives the call. webForward is set to true:
The server receives all other hooks correctly, including OnGameProperties when webForward is true:
The app is set to Realtime, WebHooks 1.2, with IsPersistent=true, PathEvent=OnEvent, PathGameProperties=OnGameProperties.
The raiseEvent call is received correctly in OnEvent.
Any idea what else I might be missing to get this working?
raiseEvent(1, {foo:"bar"}, {webForward: true})
The server receives all other hooks correctly, including OnGameProperties when webForward is true:
myRoom().setCustomProperty("foo", "bar", true)
The app is set to Realtime, WebHooks 1.2, with IsPersistent=true, PathEvent=OnEvent, PathGameProperties=OnGameProperties.
The raiseEvent call is received correctly in OnEvent.
Any idea what else I might be missing to get this working?
0
Comments