Express app deployed to railway, killed error during deployment

148 Views Asked by At

When deploying express aplliacation with typescript i get an error "killed" when starting server. I found out that import {google} from "googleapis" is responsible for this error and error is most likely conneceted with memory usage. So my question is how can i get rid of this error, i use googleapis only to authenticate users.

0

There are 0 best solutions below