|
| 1 | +--- |
| 2 | +name: "\U0001F525 Parse SDK JS 2.0.0" |
| 3 | +about: Report an issue while migrating to Parse SDK JS 2.0.0 |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +<!--- |
| 8 | +** Use this template only if you have an issue migrating to Parse SDK JS 2.0.0 ** |
| 9 | +
|
| 10 | +If you have a question, ask on [Parse Community's Discourse forum](https://community.parseplatform.org/c/sdk/js) |
| 11 | +
|
| 12 | +If you have a vulnerability disclosure, please follow our policy available here https://github.com/parse-community/parse-server/blob/master/SECURITY.md |
| 13 | +
|
| 14 | +You may also search through existing issues before opening a new one: https://github.com/parse-community/Parse-SDK-JS/issues |
| 15 | +
|
| 16 | +--- Please use this template. If you don't use this template, your issue may be closed without comment. --- |
| 17 | +---> |
| 18 | + |
| 19 | +# Before opening the issue please ensure that you have: |
| 20 | + |
| 21 | +- [ ] [Read the migration guide](https://github.com/parse-community/parse-server/blob/master/3.0.0.md) to parse-server 3.0.0 |
| 22 | +- [ ] [Read the migration guide](https://github.com/parse-community/Parse-SDK-JS/blob/master/2.0.0.md) to Parse SDK JS 2.0.0 |
| 23 | + |
| 24 | +### Issue Description |
| 25 | + |
| 26 | +<!--- Describe your issue in as much detail as possible. --> |
| 27 | + |
| 28 | +### Steps to reproduce |
| 29 | + |
| 30 | +<!--- Please include a detailed list of steps that reproduce the issue. Include curl commands when applicable. ---> |
| 31 | + |
| 32 | +### Expected Results |
| 33 | + |
| 34 | +<!--- What you expected to happen. ---> |
| 35 | + |
| 36 | +### Actual Outcome |
| 37 | + |
| 38 | +<!--- What is happening instead. ---> |
| 39 | + |
| 40 | +### Environment Setup |
| 41 | + |
| 42 | +- **Server** |
| 43 | + - parse-server version (Be specific! Don't say 'latest'.) : [FILL THIS OUT] |
| 44 | + - Operating System: [FILL THIS OUT] |
| 45 | + - Hardware: [FILL THIS OUT] |
| 46 | + - Localhost or remote server? (AWS, Heroku, Azure, Digital Ocean, etc): [FILL THIS OUT] |
| 47 | + |
| 48 | +- **JS SDK** |
| 49 | + - JS SDK version: [FILL THIS OUT] |
| 50 | + - Application? (Browser, Node, React-Native, etc): [FILL THIS OUT] |
| 51 | + |
| 52 | +### Logs/Trace |
| 53 | + |
| 54 | +<!--- Include all relevant logs. You can turn on additional logging by configuring VERBOSE=1 in your environment. ---> |
0 commit comments