question

david-1 avatar image
david-1 asked

Webhook Configuration error

Hello

We have started to get the following error after we changed the Ids for Photon and Playfab in our

multiplayer game

Title Id : 374

Operation 227 failed in a server-side plugin. Check the configuration in the Dashboard. Message from server-plugin: Failed to create game on https://374.playfablogic.com/webhook/1/prod/RS5PYOENSSXUF3R4EZHOFRE4ZAEPA3ZBA96JBZIQ7JBCIHSXIU/RoomCreated? : Error response ResultCode='4' Message='No Cloud Script with ActionId RoomCreated found

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

That's because your Cloud Script no longer contains the handlers that are called via WebHooks from Photon. Have a look at Revision 1 in your title's Cloud Script - it's the section labelled "Photon Webhooks Integration". If you copy those calls into your Cloud Script, that'll fix this for you.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

david-1 avatar image david-1 commented ·

Thanks that solved the problem, didn't notice that part in the cloud script

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.