opengb icon indicating copy to clipboard operation
opengb copied to clipboard

Open Game Backend: Open-source modular backend for all games and tools. Works with Godot, Unity, Unreal Engine, and HTML5.

Results 123 opengb issues
Sort by recently updated
recently updated
newest added

This: ``` context.log.info("a", "object"); ``` Logs this: ``` ts=2024-08-20T23:55:06.857Z level=info msg=a trace="request > lobbies.fetch_lobby_manager_state > lobbies.lobby_manager.rpcReadState" o=b ```

bug

Had to run `opengb clean` to update the zod data

Ran `opengb dev` in tests/basic (in the opengb-registry repo) and was crashing with the following error

bug

Currently hacking around this by copying the source in to a template string. See [https://github.com/rivet-gg/opengb/pull/511](https://github.com/rivet-gg/opengb/pull/511)

bug

In preparation for the analytics module. Also need to change all references to `postgres` in the codebase to something more broad like `database` or `sql`, that way any future database...

If there's no `scripts/` folder in a given module, `opengb create script` will fail (writeFile without mkdir({recursive:true}))

bug

Before merge, please ensure https://github.com/rivet-gg/hub/pull/277 is merged