-
Notifications
You must be signed in to change notification settings - Fork 262
Closed
Labels
Description
Describe the bug
I have an online database (planetscale.com) with a single table and a single record.
This proyect works perfectly on my desk but in the editor it doesn't [work
Link to the blitz that caused the error
https://stackblitz.com/edit/node-ngvhlg
Steps to reproduce
1.execute node index.js
Expected behavior
receive a response to a query
Parity with Local
- I have run the project in my local machine and I could not reproduce the issue.
Screenshots
Platform
Browser name = Chrome
Full version = 100.0.4896.127
Major version = 100
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36
performance.memory = {
"totalJSHeapSize": 103113953,
"usedJSHeapSize": 79536657,
"jsHeapSizeLimit": 2172649472
}
Hash = 49c6d2ee58ce7c1528881cc6d46ebf056b3b42bf
Additional context
No response
archiewoodFossPrime