-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'replace') #923
Comments
So I edited the code manually and logged it.
And the value of EDIT: It's because Line 112 in f58cd4f
|
Running into this as well |
I'm also having this problem |
We are also seeing this error in our projects:
I am not convinced it is an issue with the initial query since /usr/src/app/node_modules/postgres/cjs/src/connection.js:383:14 points to Line 383 in a2c7de1
It is very problematic that we don't see the actual error. It does not happen on startup but when our NodeJS backend is under high load. |
I'm getting this error with |
If you are using Deno you can work around this by switching to my fork with: import postgres from "https://gitlab.com/soapbox-pub/postgres.js/-/raw/e79d7d2039446fbf7a37d4eca0d17e94a94b8b53/deno/mod.js"; I've been using this fork in a high workload application for 3 or 4 months now. It's just the patch applied from #944 If you're on Node, perhaps edit the file in |
Thanks @alexgleason |
I'm getting some kind of error, but the error handler itself has an error, so I'm not sure what the error is. 😃
The text was updated successfully, but these errors were encountered: