-
-
Couldn't load subscription status.
- Fork 600
Closed
Description
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
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
Metadata
Metadata
Assignees
Labels
No labels

