raiseEvent WebHook Not Working

Will2X
✭
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
-
webRpc works at least, so I can use this instead, doubling up calls if needed. It would be nice if the documentation matched the functionality though.0
-
We have a server-side bug preventing web forwarding. We are working on a fix.
1