realm-object-server icon indicating copy to clipboard operation
realm-object-server copied to clipboard

Tracking of issues related to the Realm Object Server and other general issues not related to the specific SDK's

Results 51 realm-object-server issues
Sort by recently updated
recently updated
newest added

## Goals For security reasons, Realm sync data should be removed at logOut(). This is especially handy when developing a secure app or something in the healthcare market. ## Expected...

T-Feature
O-Community

My App needs to support offline login (only if the user at least logged in once before with a internet connection on the current device). For that I wanted to...

T-Feature
O-Community

## Goals Fix typo. ## Expected Results "...offline and making changes. **The** local Realm will always accept..." ## Actual Results "...offline and making changes. **he** local Realm will always accept..."...

O-Community

## Goals Obtaining an access token ## Expected Results First obtain refresh-token and then obtain an Access token ## Actual Results { "type": "https://docs.realm.io/server/troubleshoot/errors#missing-parameters", "title": "Your request did not validate...

O-Community

## Goals - Add public read permission to my Realm - Add write permission to my Realm ## Version of Realm and Tooling - Realm Object Server Version: 3.28.4 -...

O-Community

## Goals I just want to do a graphql mutation query on the default realm which is a query-sync realm (type reference). **However, I can't do this using the realm-graphql-client**....

O-Community

## Goals using correct ACCESS_TOKEN.TOKEN to query data ## Expected Results Success ## Actual Results ### Access token request ``` POST /auth HTTP/1.1 Content-Type: application/json; charset=utf-8 Cookie: INGRESSCOOKIE=a286c04f69f21a6977d4c309021183b3 Host: mobile-log.us1a.cloud.realm.io...

O-Community

## Goals I want to add more custom fields to the SyncUser ## Question How could I custom SyncUser for my application? Can someone show me a sample code? Thank...

O-Community

How would I manage to start an iOS application using the new mobile platform when the device is e.g. in Airplane Mode and no auth call to to the server...

T-Feature
O-Community

## Goals Have the ability to lock objects/records. > The isolation part of the ACID test is addressed by locking of objects (in most cases one or more rows of...

O-Community