You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* In the below API post method, before this db.query(surveyQuery, surveyValues, (err, surveyResult) => {, all the logs are executed.
* After no code is executed.
* Survey record is created in the database and stopped.
*
Hi! It's kinda hard to reproduce the issue from this small snippet which performs a lot of different tasks. Can you provide some example code that can be easily ran? i.e. a test script?
Node.js Version
v22.12.0
NPM Version
10.9.0
Operating System
Windows 11
Subsystem
querystring
Description
* In the below API post method, before this
db.query(surveyQuery, surveyValues, (err, surveyResult) => {
, all the logs are executed.* After no code is executed.
* Survey record is created in the database and stopped.
*
Minimal Reproduction
No response
Output
No response
Before You Submit
The text was updated successfully, but these errors were encountered: