|
| 1 | +--- |
| 2 | +name: "\U0001F41B Report an issue" |
| 3 | +about: A feature is not working as expected. |
| 4 | +title: '' |
| 5 | +labels: '' |
| 6 | +assignees: '' |
| 7 | + |
| 8 | +--- |
| 9 | + |
| 10 | +### New Issue Checklist |
| 11 | +<!-- Please check the following boxes [ ] -> [x] before submitting your issue. Click the "Preview" tab for better readability. Thanks for reporting this issue! --> |
| 12 | + |
| 13 | +- [ ] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md). |
| 14 | +- [ ] I am not just asking a [question](https://github.com/parse-community/.github/blob/master/SUPPORT.md). |
| 15 | +- [ ] I have searched through [existing issues](https://github.com/parse-community/Parse-SDK-JS/issues?q=is%3Aissue). |
| 16 | +- [ ] I can reproduce the issue with the latest versions of [Parse Server](https://github.com/parse-community/parse-server/releases) and the [Parse JS SDK](https://github.com/parse-community/Parse-SDK-JS/releases). <!-- We don't investigate issues for outdated releases. --> |
| 17 | + |
| 18 | +### Issue Description |
| 19 | +<!-- What is the specific issue? --> |
| 20 | + |
| 21 | +### Steps to reproduce |
| 22 | +<!-- How can someone else reproduce the issue? --> |
| 23 | + |
| 24 | +### Actual Outcome |
| 25 | +<!-- What outcome, for example query result, did you get? --> |
| 26 | + |
| 27 | +### Expected Outcome |
| 28 | +<!-- What outcome, for example query result, did you expect? --> |
| 29 | + |
| 30 | +### Environment |
| 31 | +<!-- Be specific with versions, don't use "latest" or semver ranges like "~x.y.z" or "^x.y.z". --> |
| 32 | + |
| 33 | +Server |
| 34 | +- Parse Server version: `FILL_THIS_OUT` |
| 35 | +- Operating system: `FILL_THIS_OUT` |
| 36 | +- Local or remote host (AWS, Azure, Google Cloud, Heroku, Digital Ocean, etc): `FILL_THIS_OUT` |
| 37 | + |
| 38 | +Database |
| 39 | +- System (MongoDB or Postgres): `FILL_THIS_OUT` |
| 40 | +- Database version: `FILL_THIS_OUT` |
| 41 | +- Local or remote host (MongoDB Atlas, mLab, AWS, Azure, Google Cloud, etc): `FILL_THIS_OUT` |
| 42 | + |
| 43 | +Client |
| 44 | +- Parse JS SDK version: `FILL_THIS_OUT` |
| 45 | + |
| 46 | +### Logs |
| 47 | +<!-- Include relevant logs here. Turn on additional logging by configuring VERBOSE=1 in your environment. --> |
0 commit comments