Ask a Question

Ask a Question
ANSWERED
ANSWERED
ANSWERED

Maximum capacity for chat

Is there a maximum capacity for chat rooms?

ANSWERED

MakeDonationRequest issue

I'm currently getting this error ,
HTTP Error. method=[POST] uri=[https://api.beamable.com/object/groups/"MyId"/donations] code=[400] payload=[{"status":400,"service":"groups","error":"InvalidDonationError","message":"No group donations config with name donations.default"}]

ANSWERED
ANSWERED

REST API request parameters

Please provide an overview / description of the listed parameters : scope, third_party, refresh_token, client_id, code, token, customerScope, grant_type

ANSWERED

How do you subscribe to game public stats?

I've created some game public stats that are updated via microservice. (CurrentClass, Location)
I'd like to have the client subscribe to updates made to these stats.
On the context I'm subscribing by
Stats.OnUpdated += StatsUpdated;

ANSWERED
ANSWERED

Failing microservice builds

How can I understand why my microservice build fails? Specifically, there are linkage errors (as though referenced assemblies aren't copied), though in the build folder those assemblies are pulled in. For all the types that I load from manually referenced DLLs, I get an error during build, saying that the type is not found. It used to work, and I think that this problem presents any time I push the microservice to the server, but not during local builds.

ANSWERED

Connection Time Out with Server Shard?

Hello,