question

Marcel Ernst avatar image
Marcel Ernst asked

JoinLobbyAsServer results in InvalidAPIEndpoint error

Hi,

I'm using the latest Postman version 0.199.231208 and trying to call the Lobby/JoinLobbyAsServer method, but always getting the following error:

 {
     "code": 405,
     "status": "MethodNotAllowed",
     "error": "InvalidAPIEndpoint",
     "errorCode": 1131,
     "errorMessage": "InvalidAPIEndpoint"
 }

The API Policy is also correctly configured:

 {
     "Resource": "pfrn:api--/Lobby/*",
     "Action": "*",
     "Effect": "Allow",
     "Principal": "*",
 }

What am I doing wrong here?

Custom Game Servers
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

·
Neils Shi avatar image
Neils Shi answered

Currently, the API JoinLobbyAsServer is still in preview. You may follow the PlayFab Services SDK Release Notes for any update.

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.

The latest release on 4/4/2024 mentions the release of the API, but the documentation still has the preview note. Is the API safe to use now?

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.