webdevcody
PROOP
2 months ago
I have an application using Drizzle ORM connecting to a postgres pgvector 17 docker image. When running locally, everything works fine, but when I deploy the same image using the pgvector 17 template on railway, my same feature seems to lock up and then crash my web server.
To further verify, I connected directly to my railway database from my local instance and I reproduced the error as well. So there is something related to doing a delete query against my railway database which causes my setup to crash.
Shot in the dark, but has anyone ran into a similar issue with pgvector? It's strange because it's just this one function that does a delete where call, but every thing else in my application works fine.
0 Replies