question

Guy Margalit avatar image
Guy Margalit asked

How to Set Matchmaking Queue with POST

Hello,

I am trying to create a matchmaking queue with a POST request but keep getting 500 Internal Server Error. Can anyone provide guidance on a sample request to create a basic matchmaking queue?

Thanks!

{ code: 500, status: 'InternalServerError', error: 'InternalServerError', errorCode: 1110, errorMessage: 'An unexpected error occured while processing the request.', errorHash: '876e7c18d180eeb221d617cbf4ed697c', errorDetails: { RequestID: [ '1-5d64103a-2379fda59c53d98c525e23b3' ] } }

Matchmaking
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

·
Sarah Zhang avatar image
Sarah Zhang answered

Currently, only the Beta API SetMatchmakingQueue can be used to set queues with POST. It may have not shown up in most normal SDKs yet. We searched it in the Github and didn't find it in normal SDK repositories. If you try it and it doesn't work, maybe because the API way has not available for customers yet. Please keep an eye on it.

Now we can use the MatchMaking queues configure page to set queues. In your selected Title, you can navigate to [Multiplayer]->[MatchMaking(Preview)], then click the button [New Queue] to config a new queue.

10 |1200

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

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.