Skip to content

Cannot get schema in Parse SDK using Session Token #941

@chromonav

Description

@chromonav

Cannot get schema in Parse SDK using Session Token

Steps to reproduce

  • Initialize Parse SDK with client key, session token,
    run the following:
    Parse.Schema.all({
      useMasterKey: false,
      sessionToken: '' //a session token here 
    }).then(r => {
      console.log(r)
    })

Expected Results

Should give schema

Actual Outcome

Throws error:
image

Environment Setup

  • Server

    • parse-server version: 3.9.0
    • Operating System: OSX
    • Hardware: 16gb RAM, i5 processor
    • Localhost or remote server? Back4app
  • JS SDK

    • JS SDK version: 2.7.1
    • Application: React

Logs/Trace

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions