General

Discuss all the things!

146 Topics 521 Posts
  • 5.7 Discussion and Feedback!

    Unsolved
    3
    0 Votes
    3 Posts
    675 Views

    Oh - and one thing that wasn't in the release notes... we bumped up the Design Portal session timeout -- so if you go away from the portal and come back to it later -- there's a better chance that you can pick up from where you left off (instead of being booted and having to re-login).

  • Migration to MongoDB 8.0 - ask your questions!

    Unsolved
    3
    0 Votes
    3 Posts
    593 Views

    And... the upgrade is complete.

    Hopefully a non-event for everyone!

    Reach out to support if you see any weirdness!

    Cheers,

    Paul.

  • 0 Votes
    4 Posts
    607 Views

    My view is that there should be a "guaranteed service availability" at the time of purchase not unlike buying an appliance with a year warranty..

    Pull the game from stores and let the remaining players enjoy the sunset.
    Of course it's not always as simple as "just keep the lights on longer" but a guaranteed period of availability which is tied to new purchases should be in your plans before your service ever reaches the public, rather than hoping to grab as much money as possible before dumping it and throwing the consumer under the bus.

  • brainCloud 5.8 feedback and discussion

    Unsolved
    1
    0 Votes
    1 Posts
    196 Views
    No one has replied
  • Pre-Game Lobby: Groups vs Lobby?

    Solved
    6
    0 Votes
    6 Posts
    672 Views

    Please refer to the article -- Implementing Continuous Lobbies in the brainCloud Help Center for details.

  • Discussion - A/B Testing

    Unsolved
    5
    0 Votes
    5 Posts
    626 Views

    @JasonL
    Yes we can do that too, I was just wondering how granular our control over the segment is, as one of the requirements for our testing was to have a precise number of users for each group.

    Thank you so much for the info, I'll write again if I have more questions.

  • Is Meta Quest Fully Supported?

    Unsolved
    7
    0 Votes
    7 Posts
    671 Views

    @JasonL @Paul-Winterhalder Thanks for your help, the error no longer appears after the Google Android platform was enabled.

  • Buying lives with coins

    Unsolved
    4
    0 Votes
    4 Posts
    421 Views

    HI @richard - we're currently working on a feature that will handle this directly for brainCloud 5.9.

    In the meantime, an interim approach would be to:

    Manage the Lives in a virtual currency. In the item catalog - you can indicate the currencies to award from the offer via the extra data JSON. And create a post-hook on PurchaseUserItem - calling a script to award the appropriate currencies - and immediately consume the new "item" that was purchased...

    Just a thought...

    [But yeah - we're going to have a more direct solution in 5.9 - which is currently targeted for November release.]

    Paul.

  • Scheduled Script Proxy API Calls

    Unsolved
    6
    0 Votes
    6 Posts
    456 Views

    As I mentioned in the support chat - the issue is that midnightPSTinUTC isn't dynamically calculated for midnight today -- it's midnight PST on Oct 4th. [i.e. over a week ago].

    What's happening is the call is accepting that past date - which puts the script in the front of our queue to be run ('cause we think we're late!) - and it gets run in the next 60 second job interval. And then reschedules itself in the past again.

    So basically this script is running roughly 60*24 = 1440 times a day.

    Anyway - I'll have the devs look into it - we should return an error if you are scheduling the script too far into the past... [i.e. a second or two in the past is probably fine - and best to do in case the scheduling script has delays of some sort... but clearly 10 days in the past is too far! Probably 60 mins in the past is too far! 🙂 ]

  • AWS Outage impacting brainCloud - Oct 20 2025

    Unsolved
    4
    0 Votes
    4 Posts
    459 Views

    Posting a copy of the AWS service health page for posterity.

    It mostly refers to the outage impacting DynamoDB - but a lot more services than that were impacted. We expect that just means that a lot of AWS services use DynamoDB under-the-covers to operate.

    2025-10-20_05-58-47.png

  • How to make Unity WebGl with SSL for Relay Service

    Unsolved
    2
    0 Votes
    2 Posts
    213 Views

    Hi @bkmitchell ,

    thanks for reaching out.

    Unfortunately our built-in relay server tech doesn't support what you need for Unity WebGL multiplayer.

    Most brainCloud devs implementing your use case would integrate with Photon or Edgegap for their multiplayer for this reason. They both work well and work well with brainCloud!

    [PS - This is an area of ongoing development for us though and we aim to fill this gap in the future. I can't comment on timelines for that though...]

    Paul.

  • 1 Votes
    10 Posts
    877 Views

    We are very interested in doing it - just need to find a model that works and is reliable...

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • live conversion inquiry

    Solved
    2
    0 Votes
    2 Posts
    152 Views

    Hi Noah,

    I don't quite understand your question.

    Development Plus provides access to some features (hosting, deep data, etc.) that we can't otherwise provide access to in a free development plan...

    I suppose it IS accessed via the [Go Live!] button - which can be a bit confusing - since your app isn't really "live" under Dev+. That's a UI inconsistency that we haven't addressed yet.

    The full details of the various plans can be found here: https://getbraincloud.com/pricing/

    I hope that helps!

    Paul.

  • Anonymous Login Cumulative Reasons

    Unsolved
    3
    0 Votes
    3 Posts
    134 Views

    Note - the system allows a maximum of 15 anonymous ids. If you exceed that, it will delete the oldest ids to keep you at 15.

    [Background - this used to be totally unlimited - but they really added up for some apps - so we implemented this behaviour and set the max of 15 as being "more than reasonable enough to handle all use cases!" 🙂

    Paul.

  • SYS_CREATE_DIVISION_SET_CONFIG limit problem

    Unsolved
    2
    0 Votes
    2 Posts
    104 Views

    Hi,

    This limit is adjustable on a per-app basis. I have reached out for more information (via email) to confirm how many divisionsets would satisfy your requirements.

    Paul.

  • 0 Votes
    10 Posts
    2k Views

    Hi @royal,

    Thanks for the feedback. You make some good points.

    We're currently reviewing it to see what options we might be able to offer for brainCloud 6!

    Cheers!

    Paul.

  • Unknown Country, Language

    Solved
    2
    0 Votes
    2 Posts
    62 Views

    Have you checked the logs to see what those users are sending in for the country code during authentication? And can you see any commonality amongst those users?

    From your stats it looks like we are correctly detecting US, Korea and Argentina... What code are we reading in wrong?

    If you send us your appId (via the chat widget) we can take a better look at your users.

  • Improving inventory inefficiencies

    Unsolved
    10
    0 Votes
    10 Posts
    497 Views

    Bundles are described in our release notes here - https://updates.braincloudservers.com/braincloud-5.9-is-live-23Q66A

    Randomly assigning 100 items? (Gotta say that sounds like a lot). That said - we are adding it to our roadmap.

  • builder/v1/deploy api latest schema

    Unsolved
    7
    0 Votes
    7 Posts
    140 Views

    based on meta=false and script=false as a result, I only want to distribute items and products.
    Please provide a sample body.