|
| 1 | +--- |
| 2 | +name: Bug Report |
| 3 | +about: Report a bug in the Neo4j Javascript Driver |
| 4 | +labels: "bug" |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- |
| 8 | + If you are an Enterprise customer, you might want to head over to our |
| 9 | + [Customer Support Portal](https://support.neo4j.com/). |
| 10 | +--> |
| 11 | + |
| 12 | +<!-- |
| 13 | + If you are unsure about the usage of the driver, this issue tracker is not |
| 14 | + the right place to ask. Please use one of the following channels instead: |
| 15 | + - Neo4j Online Community: https://community.neo4j.com/ |
| 16 | + - StackOverflow: https://stackoverflow.com/questions/tagged/neo4j |
| 17 | + - Discord: https://discord.gg/neo4j |
| 18 | + - Neo4j Support Portal if you are an enterprise customer: |
| 19 | + https://support.neo4j.com/ |
| 20 | + or check the documentation: |
| 21 | + - API documentation: https://neo4j.com/docs/api/javascript-driver/current/ |
| 22 | + - Driver manual: https://neo4j.com/docs/javascript-manual/current/ |
| 23 | +--> |
| 24 | + |
| 25 | +<!-- |
| 26 | + Make sure you've searched the issue tracker for similar issues first. |
| 27 | +--> |
| 28 | + |
| 29 | + |
| 30 | +# Bug Report |
| 31 | +<!-- description of the found bug --> |
| 32 | + |
| 33 | +<!-- |
| 34 | + Information to include: |
| 35 | + Often, driver debug logs go a long way. |
| 36 | + See https://neo4j.com/docs/javascript-manual/current/client-applications/#js-driver-logging on |
| 37 | + how to enable them. |
| 38 | + Also, **full** stacktraces are very helpful if Exceptions are involved. |
| 39 | + A minimal reproducer if possible |
| 40 | + https://stackoverflow.com/help/minimal-reproducible-example |
| 41 | +--> |
| 42 | + |
| 43 | + |
| 44 | +# My Environment |
| 45 | +Javascript Runtime Version: <!-- for instance, the output of `node --version` or the browser version --> |
| 46 | +Driver Version: <!-- 5.3.0, for instance --> |
| 47 | +Neo4j Version and Edition: <!-- e.g., Neo4j 4.4.3 enterprise cluster --> |
| 48 | +Operating System: <!-- e.g., Windows 10, Ubuntu 18.04, macOS 10.15 --> |
0 commit comments